org.tentackle.db.rmi
Class ObjectIdRemoteDelegateImpl<T extends ObjectId>
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.tentackle.db.rmi.RemoteDelegateImpl<T>
org.tentackle.db.rmi.DbObjectRemoteDelegateImpl<T>
org.tentackle.db.rmi.ObjectIdRemoteDelegateImpl<T>
- Type Parameters:
T - the ObjectId class
- All Implemented Interfaces:
- Serializable, Remote, DbObjectRemoteDelegate, ObjectIdRemoteDelegate, RemoteDelegate
public class ObjectIdRemoteDelegateImpl<T extends ObjectId>
- extends DbObjectRemoteDelegateImpl<T>
- implements ObjectIdRemoteDelegate
Remote delegate implementation for ObjectId.
- Author:
- harald
- See Also:
- Serialized Form
| Methods inherited from class org.tentackle.db.rmi.DbObjectRemoteDelegateImpl |
deleteObject, deletePlain, dummyUpdate, getExpirationBacklog, getExpiredTableSerials, insertObject, insertPlain, isReferenced, newObject, save, select, selectAll, selectAllCursor, selectExpiredTableSerials, selectExpiredTableSerials, selectInValidContext, selectLocked, selectModification, selectSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerial, updateTableSerial |
| Methods inherited from interface org.tentackle.db.rmi.DbObjectRemoteDelegate |
deleteObject, deletePlain, dummyUpdate, getExpirationBacklog, getExpiredTableSerials, insertObject, insertPlain, isReferenced, save, select, selectAll, selectAllCursor, selectExpiredTableSerials, selectExpiredTableSerials, selectInValidContext, selectLocked, selectModification, selectSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerial, updateTableSerial |
ObjectIdRemoteDelegateImpl
public ObjectIdRemoteDelegateImpl(RemoteDbSessionImpl session,
Class<T> clazz)
throws RemoteException
- Throws:
RemoteException
nextId
public long nextId()
throws RemoteException
- Specified by:
nextId in interface ObjectIdRemoteDelegate
- Throws:
RemoteException
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de