| Implements a simple resource assignment service factory.
This implementation uses an instance of
de.danet.an.workflow.spis.rms.ResourceManagementServiceResourceManagementService to access a resource
management facility. To obtain the service it calls the
de.danet.an.workflow.spis.rms.ResourceManagementServiceFactory.newInstancenewInstance method of
de.danet.an.workflow.spis.rms.ResourceManagementServiceFactoryResourceManagementServiceFactory . Thus if this
factory (StandardResourceAssignmentServiceFactory ) is
configured as resource assignment service factory, all
configuration information required by
ResourceManagementServiceFactory.newInstance (and by
the actually configured resource management service factory
implementation) must be available when the
de.danet.an.workflow.spis.ras.ResourceAssignmentServiceFactory.newInstancenewInstance method of
ResourceAssignmentServiceFactory is called.
|