|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller for SocketManager
implementation that use a
chunk to identify a ChannelOut and retreive an associated socket.
Method Summary | |
boolean |
getDeleteChunk()
Returns true if the destination chunk should be deleted from
the message. |
String |
getDestinationChunkName()
Returns the name of the chunks that contains the destination identification of the message. |
void |
setDeleteChunk(boolean deleteChunk)
Set if the destination chunk should be deleted from the message. |
void |
setDestinationChunkName(String destinationChunkName)
Set the name of the chunks that contains the destination identification of the message. |
Method Detail |
public String getDestinationChunkName()
public void setDestinationChunkName(String destinationChunkName)
destinationChunkName
- a chunk name.public boolean getDeleteChunk()
true
if the destination chunk should be deleted from
the message. The default value is true
true
if the destination chunk should be deleted from
the message.public void setDeleteChunk(boolean deleteChunk)
deleteChunk
- true
if the destination chunk should be
deleted from the message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |