asResource(Principal principal) Given a
java.security.Principal principal , return the
workflow resource associated with this principal by the
resource management facility.
Constructs a new resource management service.
Parameters: props - the configuration properties Parameters: rasvc - the resource assignment service throws: FactoryConfigurationError - if the required resourcescannot be obtained
Given a
java.security.Principal principal , return the
workflow resource associated with this principal by the
resource management facility.
Parameters: principal - the principal. a WfResource object corresponding to thegiven principal. throws: ResourceNotFoundException - if the StaffMember with the given keycan't be found or the key is not associate with an StaffMember object. throws: RemoteException - if a system-level error occurs.
The resSel paramter is poassed to the resource adapter.
See the description of the configured resource adapter to find out
about its interpretation.
Parameters: resSel - an object that describes resource selection criteria collection of WfResource objects throws: RemoteException - if a system-level error occurs throws: UnsupportedOperationException - if the resource managementservice does not support this feature.