Uses of Interface
org.omg.CosTransactions.OTSPolicy
-
Packages that use OTSPolicy Package Description org.omg.CosTransactions -
-
Uses of OTSPolicy in org.omg.CosTransactions
Classes in org.omg.CosTransactions that implement OTSPolicy Modifier and Type Class Description class
_OTSPolicyStub
org/omg/CosTransactions/_OTSPolicyStub.java .Fields in org.omg.CosTransactions declared as OTSPolicy Modifier and Type Field Description OTSPolicy
OTSPolicyHolder. value
Methods in org.omg.CosTransactions that return OTSPolicy Modifier and Type Method Description OTSPolicy
OTSPolicyPOA. _this()
OTSPolicy
OTSPolicyPOA. _this(ORB orb)
static OTSPolicy
OTSPolicyHelper. extract(Any a)
static OTSPolicy
OTSPolicyHelper. narrow(Object obj)
static OTSPolicy
OTSPolicyHelper. read(InputStream istream)
static OTSPolicy
OTSPolicyHelper. unchecked_narrow(Object obj)
Methods in org.omg.CosTransactions with parameters of type OTSPolicy Modifier and Type Method Description static void
OTSPolicyHelper. insert(Any a, OTSPolicy that)
static void
OTSPolicyHelper. write(OutputStream ostream, OTSPolicy value)
Constructors in org.omg.CosTransactions with parameters of type OTSPolicy Constructor Description OTSPolicyHolder(OTSPolicy initialValue)
-