Uses of Interface
org.omg.CORBA.PolicyCurrent

Packages that use PolicyCurrent
org.omg.CORBA   
 

Uses of PolicyCurrent in org.omg.CORBA
 

Classes in org.omg.CORBA that implement PolicyCurrent
 class _PolicyCurrentLocalBase
          Abstract base class for implementations of local interface PolicyCurrent
 class PolicyCurrentLocalTie
          Generated from IDL interface "PolicyCurrent"
 

Fields in org.omg.CORBA declared as PolicyCurrent
 PolicyCurrent PolicyCurrentHolder.value
           
 

Methods in org.omg.CORBA that return PolicyCurrent
static PolicyCurrent PolicyCurrentHelper.extract(Any any)
           
static PolicyCurrent PolicyCurrentHelper.read(InputStream in)
           
static PolicyCurrent PolicyCurrentHelper.narrow(java.lang.Object obj)
           
static PolicyCurrent PolicyCurrentHelper.narrow(Object obj)
           
static PolicyCurrent PolicyCurrentHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type PolicyCurrent
static void PolicyCurrentHelper.insert(Any any, PolicyCurrent s)
           
static void PolicyCurrentHelper.write(OutputStream _out, PolicyCurrent s)
           
 

Constructors in org.omg.CORBA with parameters of type PolicyCurrent
PolicyCurrentHolder(PolicyCurrent initial)