|
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 |
The auto timeout session manager allows sessionless applications to take advantage of automatic session management. An application such as NFS would get a session using getSession()
and when it is done servicing the request it should return it back to the manager without disconnecting it by calling returnSession()
. The application can retrieve as many sessions as it needs for a given user but there may be a system imposed limit on the number of concurrent requests for a given user.
Method Summary | |
FdkSession |
getSession(java.lang.String username) Retrieves a session for the specified user. |
void |
returnSession(FdkSession session) Returns a session back to the manager. |
Method Detail |
public FdkSession getSession(java.lang.String username) throws FdkException
NOTE: No authentication for the user is performed, the caller needs to make sure the user is authenticated via other means BEFORE calling this method.
username
- The username for which to get a session.FdkException
public void returnSession(FdkSession session) throws FdkException
session
- The session to return back.FdkException
|
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 |