Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.wsspi.uow.ExtendedUOWAction

  • Packages that use ExtendedUOWAction 
    Package Description
    com.ibm.wsspi.uow  
    • Uses of ExtendedUOWAction in com.ibm.wsspi.uow

      Methods in com.ibm.wsspi.uow with parameters of type ExtendedUOWAction 
      Modifier and Type Method and Description
      java.lang.Object UOWManager.runUnderUOW(int uowType, boolean join, ExtendedUOWAction uowAction, java.lang.Class<?>[] rollbackOn, java.lang.Class<?>[] dontRollbackOn)
      Causes the work encapsulated by the uowAction run method to be executed under the requested UOW.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes