Uses of Interface
org.omg.PortableInterceptor.Current

Packages that use Current
org.omg.PortableInterceptor   
 

Uses of Current in org.omg.PortableInterceptor
 

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

Methods in org.omg.PortableInterceptor that return Current
static Current CurrentHelper.extract(Any any)
           
static Current CurrentHelper.narrow(Object val)
           
static Current CurrentHelper.read(InputStream in)
           
static Current CurrentHelper.unchecked_narrow(Object val)
           
 

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



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