org.mmbase.bridge.remote.rmi
Class RemoteRelationList_Rmi
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--org.mmbase.bridge.remote.rmi.RemoteRelationList_Rmi
- All Implemented Interfaces:
- java.rmi.Remote, RemoteRelationList, java.io.Serializable, java.rmi.server.Unreferenced
- public class RemoteRelationList_Rmi
- extends java.rmi.server.UnicastRemoteObject
- implements java.rmi.server.Unreferenced, RemoteRelationList
RemoteRelationList_Rmi in a generated implementation of RemoteRelationList
This implementation is used by rmic to create a stub and skelton for communication between remote and server.
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteRelationList_Rmi
public RemoteRelationList_Rmi(RelationList originalObject)
throws java.rmi.RemoteException
add
public boolean add(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
add in interface RemoteRelationList
size
public int size()
throws java.rmi.RemoteException
- Specified by:
size in interface RemoteRelationList
toArray
public java.lang.Object[] toArray()
throws java.rmi.RemoteException
- Specified by:
toArray in interface RemoteRelationList
toArray
public java.lang.Object[] toArray(java.lang.Object[] param1)
throws java.rmi.RemoteException
- Specified by:
toArray in interface RemoteRelationList
contains
public boolean contains(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
contains in interface RemoteRelationList
clear
public void clear()
throws java.rmi.RemoteException
- Specified by:
clear in interface RemoteRelationList
remove
public boolean remove(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
remove in interface RemoteRelationList
isEmpty
public boolean isEmpty()
throws java.rmi.RemoteException
- Specified by:
isEmpty in interface RemoteRelationList
iterator
public java.util.Iterator iterator()
throws java.rmi.RemoteException
- Specified by:
iterator in interface RemoteRelationList
containsAll
public boolean containsAll(java.util.Collection param1)
throws java.rmi.RemoteException
- Specified by:
containsAll in interface RemoteRelationList
addAll
public boolean addAll(java.util.Collection param1)
throws java.rmi.RemoteException
- Specified by:
addAll in interface RemoteRelationList
removeAll
public boolean removeAll(java.util.Collection param1)
throws java.rmi.RemoteException
- Specified by:
removeAll in interface RemoteRelationList
retainAll
public boolean retainAll(java.util.Collection param1)
throws java.rmi.RemoteException
- Specified by:
retainAll in interface RemoteRelationList
indexOf
public int indexOf(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
indexOf in interface RemoteRelationList
lastIndexOf
public int lastIndexOf(java.lang.Object param1)
throws java.rmi.RemoteException
- Specified by:
lastIndexOf in interface RemoteRelationList
get
public java.lang.Object get(int param1)
throws java.rmi.RemoteException
- Specified by:
get in interface RemoteRelationList
set
public java.lang.Object set(int param1,
java.lang.Object param2)
throws java.rmi.RemoteException
- Specified by:
set in interface RemoteRelationList
add
public void add(int param1,
java.lang.Object param2)
throws java.rmi.RemoteException
- Specified by:
add in interface RemoteRelationList
remove
public java.lang.Object remove(int param1)
throws java.rmi.RemoteException
- Specified by:
remove in interface RemoteRelationList
addAll
public boolean addAll(int param1,
java.util.Collection param2)
throws java.rmi.RemoteException
- Specified by:
addAll in interface RemoteRelationList
subList
public java.util.List subList(int param1,
int param2)
throws java.rmi.RemoteException
- Specified by:
subList in interface RemoteRelationList
listIterator
public java.util.ListIterator listIterator()
throws java.rmi.RemoteException
- Specified by:
listIterator in interface RemoteRelationList
listIterator
public java.util.ListIterator listIterator(int param1)
throws java.rmi.RemoteException
- Specified by:
listIterator in interface RemoteRelationList
getNode
public RemoteNode getNode(int param1)
throws java.rmi.RemoteException
- Specified by:
getNode in interface RemoteRelationList
nodeIterator
public RemoteNodeIterator nodeIterator()
throws java.rmi.RemoteException
- Specified by:
nodeIterator in interface RemoteRelationList
subNodeList
public RemoteNodeList subNodeList(int param1,
int param2)
throws java.rmi.RemoteException
- Specified by:
subNodeList in interface RemoteRelationList
getRelation
public RemoteRelation getRelation(int param1)
throws java.rmi.RemoteException
- Specified by:
getRelation in interface RemoteRelationList
relationIterator
public RemoteRelationIterator relationIterator()
throws java.rmi.RemoteException
- Specified by:
relationIterator in interface RemoteRelationList
subRelationList
public RemoteRelationList subRelationList(int param1,
int param2)
throws java.rmi.RemoteException
- Specified by:
subRelationList in interface RemoteRelationList
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
- Specified by:
getMapperCode in interface RemoteRelationList
unreferenced
public void unreferenced()
- Specified by:
unreferenced in interface java.rmi.server.Unreferenced
MMBase 2002