com.croftsoft.apps.chat.request
Class AbstractRequest

java.lang.Object
  extended by com.croftsoft.apps.chat.request.AbstractRequest
All Implemented Interfaces:
Request, Serializable
Direct Known Subclasses:
CoalesceableRequest

public abstract class AbstractRequest
extends Object
implements Request

An abstract user request to the Server.

Since:
2003-06-06
Version:
2003-06-20
See Also:
Serialized Form
Author:
David Wallace Croft

Field Summary
protected  Authentication authentication
           
 
Constructor Summary
AbstractRequest(Authentication authentication)
           
 
Method Summary
 Authentication getAuthentication()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authentication

protected final Authentication authentication
Constructor Detail

AbstractRequest

public AbstractRequest(Authentication authentication)
Method Detail

getAuthentication

public Authentication getAuthentication()
Specified by:
getAuthentication in interface Request

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)