com.cafesoft.cams.session.control
Interface SessionControlRequest

All Known Subinterfaces:
InternalSessionControlRequest

public interface SessionControlRequest

Represents a request for access to a Cams authentication session.

Since:
6/14/2002

Method Summary
 SessionId getSessionId()
          Get the Session ID.
 void log(Logger logger)
          Logs the data contained in this request to the specified logger.
 void setAction(SessionControlAction action)
          Sets the action associated with this request.
 void setRemoteAddr(String address)
          Sets the remote host's ip address.
 void setSessionId(SessionId sessionId)
          Set the Session ID.
 

Method Detail

setSessionId

void setSessionId(SessionId sessionId)
Set the Session ID.

Parameters:
sessionId - the unique identifier for this session

getSessionId

SessionId getSessionId()
Get the Session ID.

Returns:
the Session ID associated with the SessionControlRequest

setRemoteAddr

void setRemoteAddr(String address)
Sets the remote host's ip address.

Parameters:
address - the ip address of the host making this request

setAction

void setAction(SessionControlAction action)
Sets the action associated with this request.

Parameters:
action - the action associated with this request

log

void log(Logger logger)
Logs the data contained in this request to the specified logger.

Parameters:
logger - logs data


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.