org.mmbase.bridge.remote.implementation
Class RemoteRelationManagerList_Impl
java.lang.Object
|
+--org.mmbase.bridge.remote.implementation.RemoteRelationManagerList_Impl
- All Implemented Interfaces:
- java.util.Collection, java.util.List, NodeManagerList, RelationManagerList
- public class RemoteRelationManagerList_Impl
- extends java.lang.Object
- implements RelationManagerList, NodeManagerList
RemoteRelationManagerList_Impl in a generated implementation of RelationManagerList
This implementation is used by a local class when the MMCI is called remotely
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.List |
equals, hashCode |
RemoteRelationManagerList_Impl
public RemoteRelationManagerList_Impl(RemoteRelationManagerList originalObject)
add
public boolean add(java.lang.Object param1)
- Specified by:
add in interface java.util.List
size
public int size()
- Specified by:
size in interface java.util.List
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray in interface java.util.List
toArray
public java.lang.Object[] toArray(java.lang.Object[] param1)
- Specified by:
toArray in interface java.util.List
contains
public boolean contains(java.lang.Object param1)
- Specified by:
contains in interface java.util.List
clear
public void clear()
- Specified by:
clear in interface java.util.List
remove
public boolean remove(java.lang.Object param1)
- Specified by:
remove in interface java.util.List
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface java.util.List
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface java.util.List
containsAll
public boolean containsAll(java.util.Collection param1)
- Specified by:
containsAll in interface java.util.List
addAll
public boolean addAll(java.util.Collection param1)
- Specified by:
addAll in interface java.util.List
removeAll
public boolean removeAll(java.util.Collection param1)
- Specified by:
removeAll in interface java.util.List
retainAll
public boolean retainAll(java.util.Collection param1)
- Specified by:
retainAll in interface java.util.List
indexOf
public int indexOf(java.lang.Object param1)
- Specified by:
indexOf in interface java.util.List
lastIndexOf
public int lastIndexOf(java.lang.Object param1)
- Specified by:
lastIndexOf in interface java.util.List
get
public java.lang.Object get(int param1)
- Specified by:
get in interface java.util.List
set
public java.lang.Object set(int param1,
java.lang.Object param2)
- Specified by:
set in interface java.util.List
add
public void add(int param1,
java.lang.Object param2)
- Specified by:
add in interface java.util.List
remove
public java.lang.Object remove(int param1)
- Specified by:
remove in interface java.util.List
addAll
public boolean addAll(int param1,
java.util.Collection param2)
- Specified by:
addAll in interface java.util.List
subList
public java.util.List subList(int param1,
int param2)
- Specified by:
subList in interface java.util.List
listIterator
public java.util.ListIterator listIterator()
- Specified by:
listIterator in interface java.util.List
listIterator
public java.util.ListIterator listIterator(int param1)
- Specified by:
listIterator in interface java.util.List
getNodeManager
public NodeManager getNodeManager(int param1)
- Description copied from interface:
NodeManagerList
- Returns the NodeManager at the indicated postion in the list
- Specified by:
getNodeManager in interface NodeManagerList
- Following copied from interface:
org.mmbase.bridge.NodeManagerList
- Parameters:
index - the position of the NodeManager to retrieve
nodeManagerIterator
public NodeManagerIterator nodeManagerIterator()
- Description copied from interface:
NodeManagerList
- Returns an type-specific iterator for this list.
- Specified by:
nodeManagerIterator in interface NodeManagerList
getRelationManager
public RelationManager getRelationManager(int param1)
- Description copied from interface:
RelationManagerList
- Returns the RelationManager at the indicated postion in the list
- Specified by:
getRelationManager in interface RelationManagerList
- Following copied from interface:
org.mmbase.bridge.RelationManagerList
- Parameters:
index - the position of the RelationManager to retrieve
relationManagerIterator
public RelationManagerIterator relationManagerIterator()
- Description copied from interface:
RelationManagerList
- Returns an type-specific iterator for this list.
- Specified by:
relationManagerIterator in interface RelationManagerList
MMBase 2002