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, pdoClass
Fields inherited from class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
dbObject
-
Constructor Summary
ConstructorDescriptionNumberPoolRemoteDelegateImpl
(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, updateTokenLockOnly
Methods inherited from class org.tentackle.dbms.rmi.AbstractDbObjectRemoteDelegateImpl
countModification, getExpirationBacklog, getExpiredTableSerials, newInstance, obtainReservedId, selectExpiredTableSerials, selectExpiredTableSerials, selectMaxId, selectMaxTableSerial, selectObjectsWithExpiredTableSerials, selectSerial, validate
Methods inherited from class org.tentackle.dbms.rmi.RemoteDelegateImpl
createException, getServerSession, getServicedClass, getSession, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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, updateSerialAndTableSerial
Methods 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:
selectByUniqueDomainKey
in interfaceNumberPoolRemoteDelegate
- Throws:
RemoteException
-
selectByNameRealm
public NumberPool selectByNameRealm(DomainContext context, String name, String realm) throws RemoteException - Specified by:
selectByNameRealm
in interfaceNumberPoolRemoteDelegate
- Throws:
RemoteException
-