Uses of Class
org.javagroups.util.List

Packages that use List
org.javagroups.protocols   
org.javagroups.stack   
org.javagroups.util   
 

Uses of List in org.javagroups.protocols
 

Fields in org.javagroups.protocols declared as List
 List Digest.msgs
           
 

Uses of List in org.javagroups.stack
 

Methods in org.javagroups.stack that return List
 List NakReceiverWindow.getMissingMessages(long low, long high)
          Find all messages between 'low' and 'high' (including 'low' and 'high') that have a null msg.
 List NakReceiverWindow.getMessagesHigherThan(long seqno)
          Return messages that are higher than seqno (excluding seqno).
 List NakReceiverWindow.getMessagesInRange(long lower, long upper)
          Return all messages m for which the following holds: m > lower && m <= upper (excluding lower, including upper).
 List NakReceiverWindow.getMessagesInList(List missing_msgs)
          Return a list of all messages for which there is a seqno in missing_msgs.
 List RouterStub.get(java.lang.String groupname)
          Retrieves the membership (list of Addresses) for a given group.
 

Methods in org.javagroups.stack with parameters of type List
 List NakReceiverWindow.getMessagesInList(List missing_msgs)
          Return a list of all messages for which there is a seqno in missing_msgs.
 

Uses of List in org.javagroups.util
 

Subclasses of List in org.javagroups.util
 class Stack
          LIFO stack, with better performance than java.util.Stack (based on List).
 

Methods in org.javagroups.util that return List
 List List.copy()
           
 List Stack.copy()
           
 



Copyright © 2001,2002 www.javagroups.com . All Rights Reserved.