org.mmbase.bridge
Interface NodeManagerList

All Superinterfaces:
java.util.Collection, java.util.List
All Known Subinterfaces:
RelationManagerList
All Known Implementing Classes:
BasicNodeManagerList, RemoteRelationManagerList_Impl, RemoteNodeManagerList_Impl

public interface NodeManagerList
extends java.util.List

A list of node managers

Version:
$Id: NodeManagerList.java,v 1.3 2002/01/31 10:05:08 pierre Exp $
Author:
Pierre van Rooden

Method Summary
 NodeManager getNodeManager(int index)
          Returns the NodeManager at the indicated postion in the list
 NodeManagerIterator nodeManagerIterator()
          Returns an type-specific iterator for this list.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getNodeManager

public NodeManager getNodeManager(int index)
Returns the NodeManager at the indicated postion in the list
Parameters:
index - the position of the NodeManager to retrieve

nodeManagerIterator

public NodeManagerIterator nodeManagerIterator()
Returns an type-specific iterator for this list.


MMBase 2002