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 AbstractPersistentObjectRemoteDelegateImpl
pdo, pdoClassFields inherited from class 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 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, selectAllWithExpiredTableSerials, selectAny, selectAnyForCache, selectByNormText, selectByNormTextAsCursor, selectForCache, selectLatest, selectObject, selectObjectForUpdate, selectTokenLocked, setDomainContext, transferTokenLock, updateAndSetSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerial, updateTokenLock, updateTokenLockOnlyMethods inherited from class AbstractDbObjectRemoteDelegateImpl
countModification, getExpiredTableSerials, newInstance, obtainReservedId, selectExpiredTableSerials, selectExpiredTableSerials, selectMaxId, selectMaxTableSerial, selectObjectsWithExpiredTableSerials, selectSerial, validateMethods inherited from class RemoteDelegateImpl
createException, getServerSession, getServicedClass, getSession, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AbstractDbObjectRemoteDelegate
countModification, deleteObject, deletePlain, dummyUpdate, 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 AbstractPersistentObjectRemoteDelegate
deleteImpl, isReferenced, persistImpl, saveImpl, select, selectAll, selectAllAsCursor, selectAllForCache, selectAllWithExpiredTableSerials, selectAllWithExpiredTableSerials, selectAny, selectAnyForCache, selectByNormText, selectByNormTextAsCursor, selectForCache, selectLatest, selectTokenLocked, 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
-