1 22 package org.jboss.test.jca.interfaces; 23 24 27 public interface XAExceptionSession extends javax.ejb.EJBObject 28 { 29 32 public void ejbCreate() throws java.rmi.RemoteException ; 33 34 37 public void testXAExceptionToTransactionRolledbackException() throws java.rmi.RemoteException ; 38 39 42 public void testRMERRInOnePCToTransactionRolledbackException() throws java.rmi.RemoteException ; 43 44 47 public void simulateConnectionError() throws java.rmi.RemoteException ; 48 49 52 public void simulateConnectionErrorWithTwoHandles() throws java.rmi.RemoteException ; 53 54 57 public void simulateError(java.lang.String failure, int count) throws java.rmi.RemoteException ; 58 59 62 public void simulateFactoryError(java.lang.String failure, int count) throws java.rmi.RemoteException ; 63 64 } 65 | Popular Tags |