Class RemoteParticipantManager

    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteParticipantManager​(com.arjuna.wst11.BAParticipantManager baParticipantManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cannotComplete()  
      void completed()  
      void exit()  
      void fail​(javax.xml.namespace.QName exceptionIdentifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteParticipantManager

        public RemoteParticipantManager​(com.arjuna.wst11.BAParticipantManager baParticipantManager)
    • Method Detail

      • exit

        public void exit()
                  throws com.arjuna.wst.WrongStateException,
                         com.arjuna.wst.UnknownTransactionException,
                         com.arjuna.wst.SystemException
        Specified by:
        exit in interface ParticipantManager
        Throws:
        com.arjuna.wst.WrongStateException
        com.arjuna.wst.UnknownTransactionException
        com.arjuna.wst.SystemException
      • completed

        public void completed()
                       throws com.arjuna.wst.WrongStateException,
                              com.arjuna.wst.UnknownTransactionException,
                              com.arjuna.wst.SystemException
        Specified by:
        completed in interface ParticipantManager
        Throws:
        com.arjuna.wst.WrongStateException
        com.arjuna.wst.UnknownTransactionException
        com.arjuna.wst.SystemException
      • cannotComplete

        public void cannotComplete()
                            throws com.arjuna.wst.WrongStateException,
                                   com.arjuna.wst.UnknownTransactionException,
                                   com.arjuna.wst.SystemException
        Specified by:
        cannotComplete in interface ParticipantManager
        Throws:
        com.arjuna.wst.WrongStateException
        com.arjuna.wst.UnknownTransactionException
        com.arjuna.wst.SystemException
      • fail

        public void fail​(javax.xml.namespace.QName exceptionIdentifier)
                  throws com.arjuna.wst.SystemException
        Specified by:
        fail in interface ParticipantManager
        Throws:
        com.arjuna.wst.SystemException