Uses of Interface
org.omg.CosTransactions.Terminator

Packages that use Terminator
org.omg.CosTransactions   
 

Uses of Terminator in org.omg.CosTransactions
 

Classes in org.omg.CosTransactions that implement Terminator
 class _TerminatorStub
          Generated from IDL interface "Terminator"
 

Fields in org.omg.CosTransactions declared as Terminator
 Terminator TransIdentity.term
           
 Terminator TerminatorHolder.value
           
 

Methods in org.omg.CosTransactions that return Terminator
 Terminator _ControlStub.get_terminator()
           
 Terminator TerminatorPOATie._this()
           
 Terminator TerminatorPOATie._this(ORB orb)
           
 Terminator TerminatorPOA._this()
           
 Terminator TerminatorPOA._this(ORB orb)
           
static Terminator TerminatorHelper.extract(Any any)
           
static Terminator TerminatorHelper.read(InputStream in)
           
static Terminator TerminatorHelper.narrow(java.lang.Object obj)
           
static Terminator TerminatorHelper.narrow(Object obj)
           
static Terminator TerminatorHelper.unchecked_narrow(Object obj)
           
 Terminator ControlPOATie.get_terminator()
           
 Terminator ControlOperations.get_terminator()
           
 

Methods in org.omg.CosTransactions with parameters of type Terminator
static void TerminatorHelper.insert(Any any, Terminator s)
           
static void TerminatorHelper.write(OutputStream _out, Terminator s)
           
 

Constructors in org.omg.CosTransactions with parameters of type Terminator
TransIdentity(Coordinator coord, Terminator term, otid_t otid)
           
TerminatorHolder(Terminator initial)