Uses of Interface
org.exolab.core.foundation.SessionIfc

Packages that use SessionIfc
org.exolab.core.database.recman   
org.exolab.core.foundation   
 

Uses of SessionIfc in org.exolab.core.database.recman
 

Classes in org.exolab.core.database.recman that implement SessionIfc
 class PMDSession
          This is an implementation of the SessionIfc interface for the page managed database.
 

Methods in org.exolab.core.database.recman that return SessionIfc
 SessionIfc PMDSessionManager.getSession()
           
 

Uses of SessionIfc in org.exolab.core.foundation
 

Methods in org.exolab.core.foundation that return SessionIfc
 SessionIfc SessionManagerIfc.getSession()
          Return the session associated with the current thread.
 

Methods in org.exolab.core.foundation with parameters of type SessionIfc
 void LockServiceIfc.acquireExclusiveLock(SessionIfc session, PersistentObject obj)
          Acquire an exclusive lock on the specified object.
 void LockServiceIfc.acquireExclusiveLock(SessionIfc session, PersistentObject obj, long wait)
          Acquire an exclusive lock on the specified object.
 void LockServiceIfc.acquireExclusiveLocks(SessionIfc session, java.util.Enumeration objs)
          Acquire exclusive locks on all the specified PersistentObject(s).
 void LockServiceIfc.acquireExclusiveLocks(SessionIfc session, java.util.Enumeration objs, long wait)
          Acquire exclusive locks on the specified objects.
 void LockServiceIfc.acquireReadLock(SessionIfc session, PersistentObject obj)
          Acquire a read lock on the specified PersistentObject.
 void LockServiceIfc.acquireReadLock(SessionIfc session, PersistentObject obj, long wait)
          Acquire a read lock on the specified PersistentObject.
 void LockServiceIfc.acquireReadLocks(SessionIfc session, java.util.Enumeration objs)
          Acquire read locks on all the specified PersistentObject(s).
 void LockServiceIfc.acquireReadLocks(SessionIfc session, java.util.Enumeration objs, long wait)
          Acquire read locks on the specified PersistentObject(s).
 boolean LockServiceIfc.aquireWriteLock(SessionIfc session, PersistentObject obj)
          Acquire a write lock on the specified PersistentObject.
 boolean LockServiceIfc.aquireWriteLock(SessionIfc session, PersistentObject obj, long wait)
          Acquire a write lock on the specified PersistentObject.
 boolean LockServiceIfc.aquireWriteLocks(SessionIfc session, java.util.Enumeration objs)
          Acquire write locks on all the specified PersistentObject(s).
 boolean LockServiceIfc.aquireWriteLocks(SessionIfc session, java.util.Enumeration objs, long wait)
          Acquire write locks on the specified PersistentObject(s).
 java.util.Enumeration LockServiceIfc.getLockedObjects(SessionIfc session)
          Return the set of objectslocked for the specified session
 void LockServiceIfc.releaseLocks(SessionIfc session)
          Release all the locks associated with this session.
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.