org.apache.cxf.jca.inbound
Class MDBActivationWork
java.lang.Object
org.apache.cxf.jca.inbound.MDBActivationWork
- All Implemented Interfaces:
- Runnable, javax.resource.spi.work.Work
public class MDBActivationWork
- extends Object
- implements javax.resource.spi.work.Work
MDBActivationWork is a type of Work
that is executed by
WorkManager
. MDBActivationWork
starts an CXF service endpoint to accept inbound calls for
the JCA connector.
Method Summary |
void |
release()
|
void |
run()
Performs the work |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDBActivationWork
public MDBActivationWork(MDBActivationSpec spec,
javax.resource.spi.endpoint.MessageEndpointFactory endpointFactory,
Map<String,InboundEndpoint> endpoints)
release
public void release()
- Specified by:
release
in interface javax.resource.spi.work.Work
run
public void run()
- Performs the work
- Specified by:
run
in interface Runnable
Apache CXF