org.mmbase.bridge.remote.rmi
Class RemoteList_Rmi<R,L>
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.mmbase.bridge.remote.rmi.ServerMappedObject_Rmi<List<L>>
org.mmbase.bridge.remote.rmi.RemoteList_Rmi<R,L>
- All Implemented Interfaces:
- Serializable, Remote, Unreferenced, RemoteList<R>, ServerMappedObject
- Direct Known Subclasses:
- RemoteBridgeList_Rmi
public class RemoteList_Rmi<R,L>
- extends ServerMappedObject_Rmi<List<L>>
- implements RemoteList<R>
- See Also:
- Serialized Form
- Javadoc:
- Why is this implemented?
RemoteList_Rmi
public RemoteList_Rmi(List<L> originalObject)
throws RemoteException
- Throws:
RemoteException
set
public R set(int arg0,
R arg1)
throws RemoteException
- Specified by:
set in interface RemoteList<R>
- Throws:
RemoteException
add
public void add(int arg0,
R arg1)
throws RemoteException
- Specified by:
add in interface RemoteList<R>
- Throws:
RemoteException
add
public boolean add(R arg0)
throws RemoteException
- Specified by:
add in interface RemoteList<R>
- Throws:
RemoteException
clear
public void clear()
- Specified by:
clear in interface RemoteList<R>
get
public R get(int arg0)
throws RemoteException
- Specified by:
get in interface RemoteList<R>
- Throws:
RemoteException
size
public int size()
- Specified by:
size in interface RemoteList<R>
remove
public boolean remove(Object arg0)
throws RemoteException
- Specified by:
remove in interface RemoteList<R>
- Throws:
RemoteException
remove
public R remove(int arg0)
throws RemoteException
- Specified by:
remove in interface RemoteList<R>
- Throws:
RemoteException
MMBase 2.0-SNAPSHOT - null