Uses of Class
org.omg.Dynamic.Parameter

Packages that use Parameter
org.jacorb.orb.portableInterceptor   
org.omg.Dynamic   
org.omg.PortableInterceptor   
 

Uses of Parameter in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as Parameter
 Parameter[] RequestInfoImpl.arguments
           
 

Methods in org.jacorb.orb.portableInterceptor that return Parameter
 Parameter[] ServerRequestInfoImpl.arguments()
           
 Parameter[] RequestInfoImpl.arguments()
           
 Parameter[] ClientRequestInfoImpl.arguments()
           
 

Uses of Parameter in org.omg.Dynamic
 

Fields in org.omg.Dynamic declared as Parameter
 Parameter[] ParameterListHolder.value
           
 Parameter ParameterHolder.value
           
 

Methods in org.omg.Dynamic that return Parameter
static Parameter[] ParameterListHelper.extract(Any any)
           
static Parameter[] ParameterListHelper.read(InputStream _in)
           
static Parameter ParameterHelper.extract(Any any)
           
static Parameter ParameterHelper.read(InputStream in)
           
 

Methods in org.omg.Dynamic with parameters of type Parameter
static void ParameterListHelper.insert(Any any, Parameter[] s)
           
static void ParameterListHelper.write(OutputStream _out, Parameter[] _s)
           
static void ParameterHelper.insert(Any any, Parameter s)
           
static void ParameterHelper.write(OutputStream out, Parameter s)
           
 

Constructors in org.omg.Dynamic with parameters of type Parameter
ParameterListHolder(Parameter[] initial)
           
ParameterHolder(Parameter initial)
           
 

Uses of Parameter in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that return Parameter
 Parameter[] RequestInfoOperations.arguments()