org.mule.module.jca
Class DelegateWorkManager.RunnableWorkAdapter

java.lang.Object
  extended by org.mule.module.jca.DelegateWorkManager.RunnableWorkAdapter
All Implemented Interfaces:
Runnable, javax.resource.spi.work.Work
Enclosing class:
DelegateWorkManager

protected static class DelegateWorkManager.RunnableWorkAdapter
extends Object
implements javax.resource.spi.work.Work


Constructor Summary
DelegateWorkManager.RunnableWorkAdapter(Runnable command)
           
 
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

DelegateWorkManager.RunnableWorkAdapter

public DelegateWorkManager.RunnableWorkAdapter(Runnable command)
Method Detail

release

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

run

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


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.