org.mule.module.jca
Class DelegateWorkManager.RunnableWorkAdapter

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

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


Constructor Summary
DelegateWorkManager.RunnableWorkAdapter(java.lang.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(java.lang.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 java.lang.Runnable


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