|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IChannelOperations
Used by the handlers of the Channel to interact with it.
| Method Summary | |
|---|---|
byte[] |
getContainerDestroyedMessage(ContainerDestroyedEvent event)
Get the byte[] to represent the container destroyed event |
boolean |
isConnectionSyn()
Find out if the connection to the peer channel synchronized |
void |
send(byte[] message)
Send a message to the connected channel. |
void |
setConnectionSyn()
Mark the connection to the peer channel as synchronized. |
| Method Detail |
|---|
boolean isConnectionSyn()
true if the connection to the peer channel is
synchronized.void setConnectionSyn()
void send(byte[] message)
message - the byte[] encapsulating the message to sendbyte[] getContainerDestroyedMessage(ContainerDestroyedEvent event)
event - the container destroyed event to convert into byte[] form
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||