org.isam.exehda.services
Interface SessionManager


public interface SessionManager


Nested Class Summary
static class SessionManager.SessionDescriptor
           
 
Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 SessionManager.SessionDescriptor currentSession()
          Describe currentSession method here.
 void enterSession(SessionManager.SessionDescriptor s)
          Describe enterSession method here.
 void leaveSession()
          Describe leaveSession method here.
 SessionManager.SessionDescriptor[] listSessions()
          Describe listSessions method here.
 void saveSession(SessionManager.SessionDescriptor s)
          Describe saveSession method here.
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

saveSession

public void saveSession(SessionManager.SessionDescriptor s)
Describe saveSession method here.

Parameters:
s - a SessionDescriptor value

currentSession

public SessionManager.SessionDescriptor currentSession()
Describe currentSession method here.

Returns:
a SessionDescriptor value

listSessions

public SessionManager.SessionDescriptor[] listSessions()
Describe listSessions method here.

Returns:
a SessionDescriptor[] value

enterSession

public void enterSession(SessionManager.SessionDescriptor s)
Describe enterSession method here.

Parameters:
s - a SessionDescriptor value

leaveSession

public void leaveSession()
Describe leaveSession method here.