Uses of Class
org.glite.authz.common.model.StatusCode

Packages that use StatusCode
org.glite.authz.common.model This model serves as a simplified XACML model and is used as the Hessian object model used to communicate between the PEP client and daemon. 
 

Uses of StatusCode in org.glite.authz.common.model
 

Methods in org.glite.authz.common.model that return StatusCode
 StatusCode Status.getCode()
          Gets the code for this status.
 StatusCode StatusCode.getSubCode()
          Gets the subcode for this status.
 

Methods in org.glite.authz.common.model with parameters of type StatusCode
 void Status.setCode(StatusCode code)
          Sets the code for this status.
 void StatusCode.setSubCode(StatusCode newSubCode)
          Sets the subcode for this status.
 



Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.