org.mmbase.bridge.remote
Interface RemoteBridgeList<E>
- All Superinterfaces:
- Remote, RemoteList<E>, ServerMappedObject
- All Known Implementing Classes:
- RemoteBridgeList_Rmi
public interface RemoteBridgeList<E>
- extends RemoteList<E>
RemoteBridgeList is a generated interface based on org.mmbase.bridge.BridgeList
This interface has almost the same methods names as the BridgeList interface.
The interface is created in such way that it can implement java.rmi.Remote.
Where needed other return values or parameters are used.
- Since:
- MMBase-1.9
setProperty
void setProperty(Object arg0,
Object arg1)
throws RemoteException
- Throws:
RemoteException
getProperty
Object getProperty(Object arg0)
throws RemoteException
- Throws:
RemoteException
getProperties
Map<Object,Object> getProperties()
throws RemoteException
- Throws:
RemoteException
subList
RemoteBridgeList<E> subList(int arg0,
int arg1)
throws RemoteException
- Throws:
RemoteException
sort
void sort(Comparator<? super E> arg0)
throws RemoteException
- Throws:
RemoteException
sort
void sort()
throws RemoteException
- Throws:
RemoteException
MMBase 2.0-SNAPSHOT - null