public class RemoteBridgeList_Rmi<R,L> extends RemoteList_Rmi<R,L> implements RemoteBridgeList<R>, Unreferenced
ref| Constructor and Description |
|---|
RemoteBridgeList_Rmi(BridgeList<L> originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
BridgeList<L> |
getOriginalObject() |
Map<Object,Object> |
getProperties() |
Object |
getProperty(Object arg0) |
void |
setProperty(Object arg0,
Object arg1) |
void |
sort() |
void |
sort(Comparator<? super R> arg0) |
RemoteBridgeList<R> |
subList(int arg0,
int arg1) |
add, add, clear, get, remove, remove, set, sizegetMapperCode, getPort, unreferenced, wrapped_equals, wrapped_hashCode, wrapped_toStringclone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogequals, getRef, hashCode, toString, toStubfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, clear, get, remove, remove, set, sizegetMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringunreferencedpublic RemoteBridgeList_Rmi(BridgeList<L> originalObject, int port) throws RemoteException
RemoteExceptionpublic void setProperty(Object arg0, Object arg1) throws RemoteException
setProperty in interface RemoteBridgeList<R>RemoteExceptionpublic Object getProperty(Object arg0) throws RemoteException
getProperty in interface RemoteBridgeList<R>RemoteExceptionpublic Map<Object,Object> getProperties() throws RemoteException
getProperties in interface RemoteBridgeList<R>RemoteExceptionpublic RemoteBridgeList<R> subList(int arg0, int arg1) throws RemoteException
subList in interface RemoteBridgeList<R>RemoteExceptionpublic void sort(Comparator<? super R> arg0)
sort in interface RemoteBridgeList<R>public void sort()
sort in interface RemoteBridgeList<R>public BridgeList<L> getOriginalObject()
getOriginalObject in class ServerMappedObject_Rmi<List<L>>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}