| java.lang.Object org.apache.catalina.tribes.transport.bio.util.LinkObject
LinkObject | public class LinkObject (Code) | | The class LinkObject implements an element
for a linked list, consisting of a general
data object and a pointer to the next element.
author: Rainer Jung author: Peter Rossbach author: Filip Hanik version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
LinkObject | public LinkObject(ChannelMessage msg, Member[] destination, InterceptorPayload payload)(Code) | | Construct a new element from the data object.
Sets the pointer to null.
Parameters: key - The key Parameters: payload - The data object. |
append | public void append(LinkObject next)(Code) | | Set the next element.
Parameters: next - The next element. |
data | public ChannelMessage data()(Code) | | Get the data object from the element.
The data object from the element. |
getKey | public byte[] getKey()(Code) | | Get the unique message id
the unique message id |
|
|