org.tentackle.db.rmi
Class ModificationLogRemoteDelegateImpl<T extends ModificationLog>
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.ModificationLogRemoteDelegateImpl<T>
- Type Parameters:
T - the modification log class
- All Implemented Interfaces:
- Serializable, Remote, DbObjectRemoteDelegate, ModificationLogRemoteDelegate, RemoteDelegate
public class ModificationLogRemoteDelegateImpl<T extends ModificationLog>
- extends DbObjectRemoteDelegateImpl<T>
- implements ModificationLogRemoteDelegate
Remote delegate implementation for ModificationLog.
- 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 |
ModificationLogRemoteDelegateImpl
public ModificationLogRemoteDelegateImpl(RemoteDbSessionImpl session,
Class<T> clazz)
throws RemoteException
- Throws:
RemoteException
selectFirst
public ModificationLog selectFirst()
throws RemoteException
- Specified by:
selectFirst in interface ModificationLogRemoteDelegate
- Throws:
RemoteException
selectByObject
public List<ModificationLog> selectByObject(String objectClass,
long objectId)
throws RemoteException
- Specified by:
selectByObject in interface ModificationLogRemoteDelegate
- Throws:
RemoteException
isReferencingUser
public boolean isReferencingUser(String user)
throws RemoteException
- Specified by:
isReferencingUser in interface ModificationLogRemoteDelegate
- Throws:
RemoteException
isReferencingObject
public boolean isReferencingObject(String objectClass,
long objectId)
throws RemoteException
- Specified by:
isReferencingObject in interface ModificationLogRemoteDelegate
- Throws:
RemoteException
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de