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
 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

public void setSessionId(SessionId sessionId)
Set the Session ID.

Parameters:
sessionId - the unique identifier for this session

setRemoteAddr

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

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

setAction

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

Parameters:
action - the action associated with this request

log

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

Parameters:
logger - logs data


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.