Interface RemotingOperations

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void beforeCompletion​(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      SimpleTransactionControl begin​(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      void commit​(Xid xid, boolean onePhase, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      void forget​(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      int prepare​(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      Xid[] recover​(int flag, String parentName, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      void rollback​(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)  
      void setRollbackOnly​(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)