Uses of Interface
org.omg.CORBA.Current

Packages that use Current
org.apache.yoko.orb.PortableInterceptor   
org.omg.CORBA   
org.omg.CosTransactions   
org.omg.PortableInterceptor   
 

Uses of Current in org.apache.yoko.orb.PortableInterceptor
 

Classes in org.apache.yoko.orb.PortableInterceptor that implement Current
 class Current_impl
           
 

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 any)
           
 Current ORB.get_current()
          Deprecated. Deprecated by CORBA 2.2.
static Current CurrentHelper.narrow(Object val)
           
static Current CurrentHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type Current
static void CurrentHelper.insert(Any any, Current val)
           
static void CurrentHelper.write(OutputStream out, Current val)
           
 

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

Uses of Current in org.omg.CosTransactions
 

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

Uses of Current in org.omg.PortableInterceptor
 

Subinterfaces of Current in org.omg.PortableInterceptor
 interface Current
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.