javax.resource.spi.work
Interface DistributableWorkManager
- All Superinterfaces:
- WorkManager
public interface DistributableWorkManager
- extends WorkManager
This interface models a WorkManager
that supports distributed
execution of Work instances.
A DistributableWorkManager
may choose to distribute a
Work
instance submitted by a resource adapter to another
WorkManager
instance running in a different Java virtual machine
(that is running in the same host or different hosts) for achieving optimal
resource utilization or for providing better response times.
A WorkManager
implementation that supports the submission of
DistributableWork
instances must implement the
DistributableWorkManager
marker interface.
- Since:
- 1.6
- Version:
- JSR322-PublicDraft
- Author:
- Sivakumar Thyagarajan
Submit a bug or feature Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.