Uses of Interface
org.omg.CORBA.Current

Packages that use Current
org.omg.CORBA   
org.omg.CosTransactions   
 

Uses of Current in org.omg.CORBA
 

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

Methods in org.omg.CORBA 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.CORBA 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.CORBA with parameters of type Current
CurrentHolder(Current initialValue)
           
 

Uses of Current in org.omg.CosTransactions
 

Subinterfaces of Current in org.omg.CosTransactions
 interface Current
          org/omg/CosTransactions/Current.java .
 

Classes in org.omg.CosTransactions that implement Current
 class _CurrentImplBase
          org/omg/CosTransactions/_CurrentImplBase.java .
 class _CurrentStub
          org/omg/CosTransactions/_CurrentStub.java .
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.