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, setNode
readByteArray, readObject, writeByteArray, writeObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected volatile Connection conn
public Connection getConnection()
public void setConnection(Connection conn)
setConnection
in interface RemotelyProcessable
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
Copyright © 2013 Hazelcast, Inc.. All rights reserved.