Uses of Interface
org.omg.CosTransactions.Terminator
-
Packages that use Terminator Package Description org.omg.CosTransactions -
-
Uses of Terminator in org.omg.CosTransactions
Classes in org.omg.CosTransactions that implement Terminator Modifier and Type Class Description class
_TerminatorStub
org/omg/CosTransactions/_TerminatorStub.java .Fields in org.omg.CosTransactions declared as Terminator Modifier and Type Field Description Terminator
TransIdentity. term
Terminator
TerminatorHolder. value
Methods in org.omg.CosTransactions that return Terminator Modifier and Type Method Description Terminator
TerminatorPOA. _this()
Terminator
TerminatorPOA. _this(ORB orb)
static Terminator
TerminatorHelper. extract(Any a)
Terminator
_ControlStub. get_terminator()
Terminator
ControlOperations. get_terminator()
Terminator
ControlPOATie. get_terminator()
static Terminator
TerminatorHelper. narrow(Object obj)
static Terminator
TerminatorHelper. read(InputStream istream)
static Terminator
TerminatorHelper. unchecked_narrow(Object obj)
Methods in org.omg.CosTransactions with parameters of type Terminator Modifier and Type Method Description static void
TerminatorHelper. insert(Any a, Terminator that)
static void
TerminatorHelper. write(OutputStream ostream, Terminator value)
Constructors in org.omg.CosTransactions with parameters of type Terminator Constructor Description TerminatorHolder(Terminator initialValue)
TransIdentity(Coordinator _coord, Terminator _term, otid_t _otid)
-