public class RemoteList_Rmi<R,L> extends ServerMappedObject_Rmi<List<L>> implements RemoteList<R>
ref| Constructor and Description |
|---|
RemoteList_Rmi(List<L> originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int arg0,
R arg1) |
boolean |
add(R arg0) |
void |
clear() |
R |
get(int arg0) |
R |
remove(int arg0) |
boolean |
remove(Object arg0) |
R |
set(int arg0,
R arg1) |
int |
size() |
getMapperCode, getOriginalObject, getPort, unreferenced, wrapped_equals, wrapped_hashCode, wrapped_toStringclone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogequals, getRef, hashCode, toString, toStubfinalize, getClass, notify, notifyAll, wait, wait, waitgetMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringpublic RemoteList_Rmi(List<L> originalObject, int port) throws RemoteException
RemoteExceptionpublic R set(int arg0, R arg1) throws RemoteException
set in interface RemoteList<R>RemoteExceptionpublic void add(int arg0,
R arg1)
throws RemoteException
add in interface RemoteList<R>RemoteExceptionpublic boolean add(R arg0) throws RemoteException
add in interface RemoteList<R>RemoteExceptionpublic void clear()
clear in interface RemoteList<R>public R get(int arg0) throws RemoteException
get in interface RemoteList<R>RemoteExceptionpublic int size()
size in interface RemoteList<R>public boolean remove(Object arg0) throws RemoteException
remove in interface RemoteList<R>RemoteExceptionpublic R remove(int arg0) throws RemoteException
remove in interface RemoteList<R>RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}