@Deprecated
public class LinkObject
extends java.lang.Object
Constructor and Description |
---|
LinkObject(ChannelMessage msg,
Member[] destination,
InterceptorPayload payload)
Deprecated.
Construct a new element from the data object.
|
Modifier and Type | Method and Description |
---|---|
void |
append(LinkObject next)
Deprecated.
Set the next element.
|
ChannelMessage |
data()
Deprecated.
Get the data object from the element.
|
Member[] |
getDestination()
Deprecated.
|
ErrorHandler |
getHandler()
Deprecated.
|
byte[] |
getKey()
Deprecated.
Get the unique message id
|
InterceptorPayload |
getPayload()
Deprecated.
|
LinkObject |
next()
Deprecated.
Get the next element.
|
void |
setNext(LinkObject next)
Deprecated.
|
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-2018 Apache Software Foundation. All Rights Reserved.