com.cafesoft.cams.session.access
Interface SessionAccessRequest

All Known Subinterfaces:
InternalSessionAccessRequest

public interface SessionAccessRequest

Represents a request for access to a Cams authentication session.

Since:
5/3/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 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

getSessionId

public SessionId getSessionId()
Get the Session ID.

Returns:
the Session ID associated with the SessionAccessRequest

log

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

Parameters:
logger - logs data


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.