Uses of Class
org.omg.Dynamic.Parameter
-
Packages that use Parameter Package Description com.sun.corba.ee.impl.interceptors org.omg.Dynamic org.omg.PortableInterceptor -
-
Uses of Parameter in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as Parameter Modifier and Type Field Description private Parameter[]
ClientRequestInfoImpl. cachedArguments
private Parameter[]
ServerRequestInfoImpl. cachedArguments
Methods in com.sun.corba.ee.impl.interceptors that return Parameter Modifier and Type Method Description Parameter[]
ClientRequestInfoImpl. arguments()
See RequestInfoImpl for javadoc.abstract Parameter[]
RequestInfoImpl. arguments()
This method returns the list of arguments for the operation that was invoked.Parameter[]
ServerRequestInfoImpl. arguments()
See ServerRequestInfo for javadocs.protected Parameter[]
RequestInfoImpl. nvListToParameterArray(NVList parNVList)
Internal utility method to convert an NVList into a PI Parameter[] -
Uses of Parameter in org.omg.Dynamic
Fields in org.omg.Dynamic declared as Parameter Modifier and Type Field Description Parameter
ParameterHolder. value
Parameter[]
ParameterListHolder. value
Methods in org.omg.Dynamic that return Parameter Modifier and Type Method Description static Parameter
ParameterHelper. extract(Any a)
static Parameter[]
ParameterListHelper. extract(Any a)
static Parameter
ParameterHelper. read(InputStream istream)
static Parameter[]
ParameterListHelper. read(InputStream istream)
Methods in org.omg.Dynamic with parameters of type Parameter Modifier and Type Method Description static void
ParameterHelper. insert(Any a, Parameter that)
static void
ParameterListHelper. insert(Any a, Parameter[] that)
static void
ParameterHelper. write(OutputStream ostream, Parameter value)
static void
ParameterListHelper. write(OutputStream ostream, Parameter[] value)
Constructors in org.omg.Dynamic with parameters of type Parameter Constructor Description ParameterHolder(Parameter initialValue)
ParameterListHolder(Parameter[] initialValue)
-
Uses of Parameter in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return Parameter Modifier and Type Method Description Parameter[]
RequestInfoOperations. arguments()
Returns an array ofParameter
objects, containing the arguments on the operation being invoked.
-