|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.GuestSessionPool
This is a pool of guest FdkSessions. These sessions are very limited in their abilities and can generally only perform read-only actions, and those only on objects that give the appropriate permissions to World. There should be at most one instance of this class per-JVM.
Constructor Summary | |
GuestSessionPool() |
Method Summary | |
abstract FdkSession |
getGuestSession() Gets a guest session. |
static GuestSessionPool |
getInstance() Singleton method. |
abstract void |
releaseGuestSession(FdkSession sess) Indicate that you're done with a guest session. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GuestSessionPool()
Method Detail |
public abstract FdkSession getGuestSession() throws FdkException
FdkException
- if unable to allocate a new sessionpublic static GuestSessionPool getInstance() throws FdkException
FdkException
public abstract void releaseGuestSession(FdkSession sess)
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |