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

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.