org.apache.catalina.tribes.transport.bio.util
public class LinkObject extends Object
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Constructor Summary | |
---|---|
LinkObject(ChannelMessage msg, Member[] destination, InterceptorPayload payload)
Construct a new element from the data object.
|
Method Summary | |
---|---|
void | append(LinkObject next)
Set the next element. |
ChannelMessage | data()
Get the data object from the element. |
Member[] | getDestination() |
ErrorHandler | getHandler() |
byte[] | getKey()
Get the unique message id |
InterceptorPayload | getPayload() |
LinkObject | next()
Get the next element. |
void | setNext(LinkObject next) |
Parameters: key The key payload The data object.
Parameters: next The next element.
Returns: The data object from the element.
Returns: the unique message id
Returns: The next element.