org.apache.openjpa.ee
Class WASRegistryManagedRuntime.DelegatingUOWAction

java.lang.Object
  extended by org.apache.openjpa.ee.WASRegistryManagedRuntime.DelegatingUOWAction
All Implemented Interfaces:
com.ibm.wsspi.uow.UOWAction
Enclosing class:
WASRegistryManagedRuntime

 class WASRegistryManagedRuntime.DelegatingUOWAction
extends Object
implements com.ibm.wsspi.uow.UOWAction

Delegate for the WebSphere proprietary UOWAction interface. Enables a Runnable to be passed in to the WebSphere UOWManager.


Field Summary
(package private)  Runnable _del
           
 
Constructor Summary
WASRegistryManagedRuntime.DelegatingUOWAction(Runnable delegate)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_del

Runnable _del
Constructor Detail

WASRegistryManagedRuntime.DelegatingUOWAction

public WASRegistryManagedRuntime.DelegatingUOWAction(Runnable delegate)
Method Detail

run

public void run()
         throws Exception
Specified by:
run in interface com.ibm.wsspi.uow.UOWAction
Throws:
Exception


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.