Interface RemotingOperations


public interface RemotingOperations
Author:
David M. Lloyd
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeCompletion(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity)
     
    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)
     
  • Method Details

    • commit

      void commit(Xid xid, boolean onePhase, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • forget

      void forget(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • prepare

      int prepare(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • rollback

      void rollback(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • setRollbackOnly

      void setRollbackOnly(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • beforeCompletion

      void beforeCompletion(Xid xid, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • recover

      Xid[] recover(int flag, String parentName, org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws XAException
      Throws:
      XAException
    • begin

      SimpleTransactionControl begin(org.jboss.remoting3.ConnectionPeerIdentity peerIdentity) throws jakarta.transaction.SystemException
      Throws:
      jakarta.transaction.SystemException