org.elkoserver.server.gatekeeper
Class ReservationResult

java.lang.Object
  extended by org.elkoserver.server.gatekeeper.ReservationResult

public class ReservationResult
extends Object

Descriptor object representing the results of a reservation request as returned by a Director.


Method Summary
 String actor()
          Get the actor ID for this result.
 String auth()
          Get the authorization code for this result.
 String contextID()
          Get the context ID for this result.
 String deny()
          Get the error message string for this result.
 String hostport()
          Get the host:port string for this result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actor

public String actor()
Get the actor ID for this result.

Returns:
the actor ID for this result.

auth

public String auth()
Get the authorization code for this result.

Returns:
the authorization code for this result.

contextID

public String contextID()
Get the context ID for this result.

Returns:
the context ID string for this result.

deny

public String deny()
Get the error message string for this result.

Returns:
the error message string for this result.

hostport

public String hostport()
Get the host:port string for this result.

Returns:
the host:port for this result.