Inheritance diagram for ITask:
Public Member Functions | |
void | execute () |
void | setReply (char[] channel) |
char[] | getReply () |
long | getTime () |
void | setTime (long time) |
void | destroy () |
char[] | getGuid () |
void | write (IWriter w) |
|
Reimplemented in Task. Referenced by TaskServer::TaskConsumer::notify(). |
|
Reimplemented in Message. Referenced by NetworkMessage::put(). |
|
Reimplemented in Message. Referenced by testClusterMessage(). |
|
Reimplemented in Payload. Referenced by PlainCache::bind(), PlainCache::extract(), CacheServer::LoaderThread::load(), and NetworkCombo::put(). |
|
Reimplemented in Payload. |
|
Perform whatever cleanup is necessary. Could use ~this() instead, but I prefer it to be truly explicit. Reimplemented in Payload, QueuedEntry, InvalidatorPayload, and ClusterEntry. Referenced by CacheInvalidatee::notify(). |
|
Identify this serializable class via a char[]. This should be (per class) unique within the domain. Use version numbers or similar mechanism to isolate different implementations of the same class. Reimplemented in Payload, InvalidatorPayload, Message, NullMessage, Task, and RollCall. Referenced by ClusterServer::addCacheLoader(), PickleWriter::freeze(), testClassSerialization(), and testRemoteCacheLoader(). |
|
Reimplemented in Payload, InvalidatorPayload, Message, Task, Channel, RollCall, ResponseLine, Cookie, HttpCookies, HttpMessage, HttpRequest, HttpResponse, HttpTokens, NewlineWriter, FilePath, Token, and Uri. Referenced by PickleWriter::freeze(), HttpClient::open(), AbstractWriter::put(), testClassIO(), testClassSerialization(), testCompositeIO(), testRemoteCacheLoader(), and HttpRequest::write(). |