public abstract class AbstractRemotelyProcessable extends AbstractNodeAware implements RemotelyProcessable
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
conn |
node| Constructor and Description |
|---|
AbstractRemotelyProcessable() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
void |
readData(DataInput in) |
void |
setConnection(Connection conn) |
void |
writeData(DataOutput out) |
getNode, setNodereadByteArray, readObject, writeByteArray, writeObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessprotected volatile Connection conn
public Connection getConnection()
public void setConnection(Connection conn)
setConnection in interface RemotelyProcessablepublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.