|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionException | |
|---|---|
| gov.nih.nci.common.persistence | |
| gov.nih.nci.common.remote.rmi | |
| gov.nih.nci.common.search.session | |
| Uses of SessionException in gov.nih.nci.common.persistence |
|---|
| Methods in gov.nih.nci.common.persistence that throw SessionException | |
|---|---|
void |
SecureSessionPersistence.endSession(SecureSession session)
|
void |
SecureSessionPersistence.extendSession(SecureSession session)
|
long |
SecureSessionPersistence.getTimeToLive(SecureSession session)
|
SecureSession |
SecureSessionPersistence.startSession(java.lang.String username,
java.lang.String password)
|
| Uses of SessionException in gov.nih.nci.common.remote.rmi |
|---|
| Methods in gov.nih.nci.common.remote.rmi that throw SessionException | |
|---|---|
void |
RMISecureSessionManagerRemoteIF.endSession(SecureSession session)
|
void |
RMISecureSessionManagerRemote.endSession(SecureSession session)
|
void |
RMISecureSessionManagerProxy.endSession(SecureSession session)
|
void |
RMISecureSessionManagerRemoteIF.extendSession(SecureSession session)
|
void |
RMISecureSessionManagerRemote.extendSession(SecureSession session)
|
void |
RMISecureSessionManagerProxy.extendSession(SecureSession session)
|
long |
RMISecureSessionManagerRemoteIF.getTimeToLive(SecureSession session)
|
long |
RMISecureSessionManagerRemote.getTimeToLive(SecureSession session)
|
long |
RMISecureSessionManagerProxy.getTimeToLive(SecureSession session)
|
java.lang.String |
RMISecureSessionManagerRemoteIF.getUserName(SecureSession session)
|
java.lang.String |
RMISecureSessionManagerRemote.getUserName(SecureSession session)
|
SecureSession |
RMISecureSessionManagerRemoteIF.startSession(java.lang.String username,
java.lang.String password)
|
SecureSession |
RMISecureSessionManagerRemote.startSession(java.lang.String username,
java.lang.String password)
|
SecureSession |
RMISecureSessionManagerProxy.startSession(java.lang.String username,
java.lang.String password)
|
| Uses of SessionException in gov.nih.nci.common.search.session |
|---|
| Methods in gov.nih.nci.common.search.session that throw SessionException | |
|---|---|
void |
SecureSessionImpl.end()
|
void |
SecureSession.end()
Invalidates the session. |
void |
SecureSessionManagerImpl.endSession(SecureSession session)
|
void |
SecureSessionManager.endSession(SecureSession session)
|
void |
SecureSessionImpl.extend()
|
void |
SecureSession.extend()
Extends the current session by SecureSessionManager.DEFAULT_SESSION_LENGTH milliseconds. |
void |
SecureSessionManagerImpl.extendSession(SecureSession session)
|
void |
SecureSessionManager.extendSession(SecureSession session)
|
long |
SecureSessionImpl.getTimeToLive()
|
long |
SecureSession.getTimeToLive()
Gets the time in milliseconds until this session will be invalidated. |
long |
SecureSessionManagerImpl.getTimeToLive(SecureSession session)
|
long |
SecureSessionManager.getTimeToLive(SecureSession session)
|
boolean |
SecureSession.start(java.lang.String username,
java.lang.String password)
|
SecureSession |
SecureSessionManagerImpl.startSession(java.lang.String username,
java.lang.String password)
|
SecureSession |
SecureSessionManager.startSession(java.lang.String username,
java.lang.String password)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||