es.rediris.papi.message
Class AccessRequest

java.lang.Object
  extended by es.rediris.papi.message.Request
      extended by es.rediris.papi.message.AccessRequest
All Implemented Interfaces:
Serializable

public class AccessRequest
extends Request
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Object dest
           
 
Fields inherited from class es.rediris.papi.message.Request
message, tokens
 
Constructor Summary
AccessRequest()
           
 
Method Summary
 boolean checkValidity()
           
 Object getDestination()
           
 void setDestination(Object dest)
           
 
Methods inherited from class es.rediris.papi.message.Request
addToken, cleanTokens, delToken, getMessage, getTokens, setMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dest

protected Object dest
Constructor Detail

AccessRequest

public AccessRequest()
Method Detail

getDestination

public Object getDestination()

setDestination

public void setDestination(Object dest)

checkValidity

public boolean checkValidity()
Specified by:
checkValidity in class Request