Uses of Interface
org.omg.CosTransactions.Current

Packages that use Current
org.omg.CosTransactions   
 

Uses of Current in org.omg.CosTransactions
 

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

Methods in org.omg.CosTransactions that return Current
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
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
CurrentHolder(Current initialValue)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.