クラス
org.pslx.PpsDocuments.TransactionProcess の使用

TransactionProcess を使用しているパッケージ
org.pslx.PpsDocuments 業務ドキュメントモデルに対応するクラスのパッケージ 
 

org.pslx.PpsDocuments での TransactionProcess の使用
 

TransactionProcess を返す org.pslx.PpsDocuments のメソッド
 TransactionProcess DocumentManager.createProcess()
          トランザクション処理を生成します
 TransactionProcess DocumentManager.createProcess(java.lang.String transactionId)
          トランザクション処理を生成します
 TransactionProcess DocumentManager.createProcess(TransactionMessage message)
          受信メッセージに対応する返信用のトランザクション処理を生成します
 TransactionProcess DocumentManager.resumeProcess(java.lang.String transactionId)
          トランザクション処理を再度生成します
 

TransactionProcess 型のパラメータを持つ org.pslx.PpsDocuments のメソッド
 void TransactionEventListener.transactionCancel(TransactionProcess process)
          トランザクション処理を中止させる時に発生します
 void TransactionEventListener.transactionCommit(TransactionProcess process)
          トランザクション処理を確定させる時に発生します
 void TransactionEventListener.transactionStart(TransactionProcess process)
          トランザクション処理が開始される時に発生します