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)