Uses of Interface
org.omg.CosTransactions.Current

Packages that use Current
org.omg.CosTransactions   
 

Uses of Current in org.omg.CosTransactions
 

Classes in org.omg.CosTransactions that implement Current
 class _CurrentStub
          Generated from IDL interface "Current"
 

Fields in org.omg.CosTransactions declared as Current
 Current CurrentHolder.value
           
 

Methods in org.omg.CosTransactions that return Current
 Current CurrentPOATie._this()
           
 Current CurrentPOATie._this(ORB orb)
           
 Current CurrentPOA._this()
           
 Current CurrentPOA._this(ORB orb)
           
static Current CurrentHelper.extract(Any any)
           
static Current CurrentHelper.read(InputStream in)
           
static Current CurrentHelper.narrow(java.lang.Object obj)
           
static Current CurrentHelper.narrow(Object obj)
           
static Current CurrentHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosTransactions with parameters of type Current
CurrentHolder(Current initial)