| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.catalina.tribes.transport.bio.util.LinkObject
public class LinkObject
The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element.
| 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) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LinkObject(ChannelMessage msg,
                  Member[] destination,
                  InterceptorPayload payload)
payload - The data object.| Method Detail | 
|---|
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()
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||