org.mmbase.bridge.remote
Interface RemoteNodeManagerList
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteNodeManagerList_Rmi
- public interface RemoteNodeManagerList
- extends java.rmi.Remote
RemoteNodeManagerList is a generated interface based on org.mmbase.bridge.NodeManagerList
This interface has almoost the same methods names as the org.mmbase.bridge.NodeManagerList interface.
The interface is created in such way that it can implement java.rmi.Remote.
Where needed other return values or parameters are used.
add
public boolean add(java.lang.Object param1)
throws java.rmi.RemoteException
size
public int size()
throws java.rmi.RemoteException
toArray
public java.lang.Object[] toArray()
throws java.rmi.RemoteException
toArray
public java.lang.Object[] toArray(java.lang.Object[] param1)
throws java.rmi.RemoteException
contains
public boolean contains(java.lang.Object param1)
throws java.rmi.RemoteException
clear
public void clear()
throws java.rmi.RemoteException
remove
public boolean remove(java.lang.Object param1)
throws java.rmi.RemoteException
isEmpty
public boolean isEmpty()
throws java.rmi.RemoteException
iterator
public java.util.Iterator iterator()
throws java.rmi.RemoteException
containsAll
public boolean containsAll(java.util.Collection param1)
throws java.rmi.RemoteException
addAll
public boolean addAll(java.util.Collection param1)
throws java.rmi.RemoteException
removeAll
public boolean removeAll(java.util.Collection param1)
throws java.rmi.RemoteException
retainAll
public boolean retainAll(java.util.Collection param1)
throws java.rmi.RemoteException
indexOf
public int indexOf(java.lang.Object param1)
throws java.rmi.RemoteException
lastIndexOf
public int lastIndexOf(java.lang.Object param1)
throws java.rmi.RemoteException
get
public java.lang.Object get(int param1)
throws java.rmi.RemoteException
set
public java.lang.Object set(int param1,
java.lang.Object param2)
throws java.rmi.RemoteException
add
public void add(int param1,
java.lang.Object param2)
throws java.rmi.RemoteException
remove
public java.lang.Object remove(int param1)
throws java.rmi.RemoteException
addAll
public boolean addAll(int param1,
java.util.Collection param2)
throws java.rmi.RemoteException
subList
public java.util.List subList(int param1,
int param2)
throws java.rmi.RemoteException
listIterator
public java.util.ListIterator listIterator()
throws java.rmi.RemoteException
listIterator
public java.util.ListIterator listIterator(int param1)
throws java.rmi.RemoteException
getNodeManager
public RemoteNodeManager getNodeManager(int param1)
throws java.rmi.RemoteException
nodeManagerIterator
public RemoteNodeManagerIterator nodeManagerIterator()
throws java.rmi.RemoteException
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
MMBase 2002