Uses of Class
org.ourgrid.peer.manager.request.RequestEntry.RequestStatus

Packages that use RequestEntry.RequestStatus
org.ourgrid.peer.manager.request   
 

Uses of RequestEntry.RequestStatus in org.ourgrid.peer.manager.request
 

Methods in org.ourgrid.peer.manager.request that return RequestEntry.RequestStatus
 RequestEntry.RequestStatus RequestEntry.getStatus()
           
static RequestEntry.RequestStatus RequestEntry.RequestStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestEntry.RequestStatus[] RequestEntry.RequestStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ourgrid.peer.manager.request with parameters of type RequestEntry.RequestStatus
 void RequestEntry.setStatus(RequestEntry.RequestStatus status)