Apache CXF API

org.apache.cxf.jca.cxf
Class WorkManagerThreadPool.WorkImpl

java.lang.Object
  extended by org.apache.cxf.jca.cxf.WorkManagerThreadPool.WorkImpl
All Implemented Interfaces:
Runnable, javax.resource.spi.work.Work
Enclosing class:
WorkManagerThreadPool

public class WorkManagerThreadPool.WorkImpl
extends Object
implements javax.resource.spi.work.Work


Constructor Summary
WorkManagerThreadPool.WorkImpl(Runnable job)
           
 
Method Summary
 void release()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkManagerThreadPool.WorkImpl

public WorkManagerThreadPool.WorkImpl(Runnable job)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

release

public void release()
Specified by:
release in interface javax.resource.spi.work.Work

Apache CXF API

Apache CXF