1 23 24 28 package com.sun.jts.otsidl; 29 30 31 37 38 39 public interface JControlOperations extends org.omg.CosTransactions.ControlOperations 41 { 42 org.omg.CosTransactions.otid_t getGlobalTID (org.omg.CosTransactions.StatusHolder status); 43 44 long getLocalTID (org.omg.CosTransactions.StatusHolder status); 46 47 org.omg.CosTransactions.Status getTranState (); 49 50 void setTranState (org.omg.CosTransactions.Status state); 52 } | Popular Tags |