Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.catalina.cluster.util.LinkObject

Uses of LinkObject in org.apache.catalina.cluster.util
 

Fields in org.apache.catalina.cluster.util declared as LinkObject
private  LinkObject LinkObject.next
           
private  LinkObject FastQueue.first
          First Object at queue (consumer message)
private  LinkObject FastQueue.last
          Last object in queue (producer Object)
 

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

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