Uses of Class
transaction.ShutdownException

Packages that use ShutdownException
transaction   
 

Uses of ShutdownException in transaction
 

Methods in transaction that throw ShutdownException
 int IResourceManager.begin()
          Deprecated. Only distributed transaction should by allowed from now on. Begin a new local transaction, and return its transaction id.
 int ResourceManagerImpl.begin()
           
 boolean IResourceManager.beginDistributed(int globalXID)
          Begin a new distributed transaction.
 boolean ResourceManagerImpl.beginDistributed(int globalXID)