Module org.tentackle.persistence
Package org.tentackle.persist.ns.rmi
Class NumberPoolRemoteDelegateImpl
java.lang.Object
org.tentackle.dbms.rmi.RemoteDelegateImpl<NumberPoolPersistenceImpl>
org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl<NumberPoolPersistenceImpl>
org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl<NumberPool,NumberPoolPersistenceImpl>
org.tentackle.persist.ns.rmi.NumberPoolRemoteDelegateImpl
- All Implemented Interfaces:
Remote,AbstractDbObjectRemoteDelegate<NumberPoolPersistenceImpl>,RemoteDelegate,NumberPoolRemoteDelegate,AbstractPersistentObjectRemoteDelegate<NumberPool,NumberPoolPersistenceImpl>
public class NumberPoolRemoteDelegateImpl
extends AbstractPersistentObjectRemoteDelegateImpl<NumberPool,NumberPoolPersistenceImpl>
implements NumberPoolRemoteDelegate
Remote delegate implementation for
NumberPoolPersistenceImpl.-
Field Summary
Fields inherited from class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
pdo, pdoClassFields inherited from class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
dbObject -
Constructor Summary
ConstructorsConstructorDescriptionNumberPoolRemoteDelegateImpl(RemoteDbSessionImpl session, Class<NumberPoolPersistenceImpl> persistenceClass, Class<NumberPool> pdoClass) Creates the remote delegate forNumberPoolPersistenceImpl. -
Method Summary
Modifier and TypeMethodDescriptionselectByNameRealm(DomainContext context, String name, String realm) selectByUniqueDomainKey(DomainContext context, String name) Methods inherited from class org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegateImpl
createRemoteResultSetCursorDelegate, deleteImpl, deleteObject, deletePlain, dummyUpdate, getPersistenceDelegate, initialize, insertObject, insertPlain, isReferenced, isReferenced, newInstance, newInstance, persistImpl, persistObject, saveImpl, saveObject, select, selectAll, selectAllAsCursor, selectAllForCache, selectAllIdSerial, selectAllObjects, selectAllWithExpiredTableSerials, selectByNormText, selectByNormTextAsCursor, selectForCache, selectLatest, selectObject, selectObjectForUpdate, setDomainContext, transferTokenLock, updateAndSetSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerial, updateTokenLock, updateTokenLockOnlyMethods inherited from class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
countModification, getExpirationBacklog, getExpiredTableSerials, newInstance, obtainReservedId, selectExpiredTableSerials, selectExpiredTableSerials, selectMaxId, selectMaxTableSerial, selectObjectsWithExpiredTableSerials, selectSerial, validateMethods inherited from class org.tentackle.dbms.rmi.RemoteDelegateImpl
createException, getServerSession, getServicedClass, getSession, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegate
countModification, deleteObject, deletePlain, dummyUpdate, getExpirationBacklog, getExpiredTableSerials, insertObject, insertPlain, isReferenced, obtainReservedId, persistObject, saveObject, selectAllIdSerial, selectAllObjects, selectExpiredTableSerials, selectExpiredTableSerials, selectMaxId, selectMaxTableSerial, selectObject, selectObjectForUpdate, selectObjectsWithExpiredTableSerials, selectSerial, updateAndSetSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerialMethods inherited from interface org.tentackle.persist.rmi.AbstractPersistentObjectRemoteDelegate
deleteImpl, isReferenced, persistImpl, saveImpl, select, selectAll, selectAllAsCursor, selectAllForCache, selectAllWithExpiredTableSerials, selectByNormText, selectByNormTextAsCursor, selectForCache, selectLatest, transferTokenLock, updateTokenLock, updateTokenLockOnly
-
Constructor Details
-
NumberPoolRemoteDelegateImpl
public NumberPoolRemoteDelegateImpl(RemoteDbSessionImpl session, Class<NumberPoolPersistenceImpl> persistenceClass, Class<NumberPool> pdoClass) Creates the remote delegate forNumberPoolPersistenceImpl.- Parameters:
session- the RMI sessionpersistenceClass- the persistence implementation classpdoClass- the pdo interface class
-
-
Method Details
-
selectByUniqueDomainKey
public NumberPool selectByUniqueDomainKey(DomainContext context, String name) throws RemoteException - Specified by:
selectByUniqueDomainKeyin interfaceNumberPoolRemoteDelegate- Throws:
RemoteException
-
selectByNameRealm
public NumberPool selectByNameRealm(DomainContext context, String name, String realm) throws RemoteException - Specified by:
selectByNameRealmin interfaceNumberPoolRemoteDelegate- Throws:
RemoteException
-