This package provides a simple resource assignment service as
specified by {@link de.danet.an.workflow.spis.ras
de.danet.an.workflow.spis.ras} . It is independant of a
specific resource management service, as it uses only the
service API defined by {@link
de.danet.an.workflow.spis.rms de.danet.an.workflow.rms}
to access a resource management system.
The service is implemented by the class {@link
de.danet.an.workflow.assignment.StandardResourceAssignmentService
StandardResourceAssignmentService} . It acts as a
front-end (client) for the server-side component (back-end). The
server-side component is provided by the {@link
de.danet.an.workflow.ejbs.assignment.AssignmentServiceEJB
AssignmentServiceEJB} .
@since 1.0
|