KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > transaction > InvalidTransactionException > Top Examples

  • org.apache.geronimo.transaction.context.TransactionContextManager
    @version $Rev: 156292 $ $Date: 2005-03-05 18:48:02 -0800 (Sat, 05 Mar 2005) $
  • org.objectweb.jotm.Current
    <code>Current</code> is the common implementation for both <code>UserTransaction</code> and <code>TransactionManager</code>. <ul> <li><code>UserTransaction</code> is used by clients that want to demarcate transactions themselves. It is re ...
  • org.springframework.transaction.jta.WebLogicJtaTransactionManager
    Special JtaTransactionManager version for BEA WebLogic (7.0, 8.1 and higher). Supports the full power of Spring's transaction definitions on WebLogic's transaction coordinator, <i>beyond standard JTA</i>: transaction names, per-transaction isolation levels, and proper resuming of trans ...
  • org.apache.geronimo.connector.work.WorkerContext
    Work wrapper providing an execution context to a Work instance. @version $Rev: 159568 $ $Date: 2005-03-30 23:27:40 -0800 (Wed, 30 Mar 2005) $
  • org.jboss.iiop.rmi.RmiIdlUtil
    This class contains a bunch of methods taken from org.jboss.verifier.strategy.AbstractVerifier. There they are declared as instance methods. I copied them to this class and made them static here in order to call them as utility methods, without having to create a verifier instance, @author <a ...
Popular Tags