|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteDelegate
Tag interface for Remote delegates provided by getRemoteDelegate() in Db.
The implementation of a RemoteDelegate must provide a constructor as follows:
public RemoteDelegateImpl(RemoteDbSessionImpl session, Class clazz) throws RemoteException {
}
while session is the remote DB-session and clazz is the Class the delegate implements
the remote methods.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||