Uses of Class
org.apache.catalina.tribes.transport.bio.util.LinkObject

Packages that use LinkObject
org.apache.catalina.tribes.group.interceptors   
org.apache.catalina.tribes.transport.bio.util   
 

Uses of LinkObject in org.apache.catalina.tribes.group.interceptors
 

Methods in org.apache.catalina.tribes.group.interceptors that return LinkObject
 LinkObject MessageDispatch15Interceptor.removeFromQueue()
           
 LinkObject MessageDispatchInterceptor.removeFromQueue()
           
protected  LinkObject MessageDispatchInterceptor.sendAsyncData(LinkObject link)
           
 

Methods in org.apache.catalina.tribes.group.interceptors with parameters of type LinkObject
protected  LinkObject MessageDispatchInterceptor.sendAsyncData(LinkObject link)
           
 

Uses of LinkObject in org.apache.catalina.tribes.transport.bio.util
 

Methods in org.apache.catalina.tribes.transport.bio.util that return LinkObject
 LinkObject LinkObject.next()
          Get the next element.
 LinkObject FastQueue.remove()
          remove the complete queued object list
 

Methods in org.apache.catalina.tribes.transport.bio.util with parameters of type LinkObject
 void LinkObject.append(LinkObject next)
          Set the next element.
 void LinkObject.setNext(LinkObject next)
           
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.