Uses of Interface
org.omg.PortableServer.Current

Packages that use Current
org.omg.PortableServer   
 

Uses of Current in org.omg.PortableServer
 

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

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

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



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