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