public class LinkObject extends Object
| Constructor and Description | 
|---|
| LinkObject(ChannelMessage msg,
          Member[] destination,
          InterceptorPayload payload)Construct a new element from the data object. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
public LinkObject(ChannelMessage msg, Member[] destination, InterceptorPayload payload)
msg - the messagedestination - TBApayload - The data object.public void append(LinkObject next)
next - The next element.public LinkObject next()
public void setNext(LinkObject next)
public ChannelMessage data()
public byte[] getKey()
public ErrorHandler getHandler()
public InterceptorPayload getPayload()
public Member[] getDestination()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.