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. cachedArgumentsprivate Parameter[]ServerRequestInfoImpl. cachedArgumentsMethods 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 ParameterParameterHolder. valueParameter[]ParameterListHolder. valueMethods in org.omg.Dynamic that return Parameter Modifier and Type Method Description static ParameterParameterHelper. extract(Any a)static Parameter[]ParameterListHelper. extract(Any a)static ParameterParameterHelper. 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 voidParameterHelper. insert(Any a, Parameter that)static voidParameterListHelper. insert(Any a, Parameter[] that)static voidParameterHelper. write(OutputStream ostream, Parameter value)static voidParameterListHelper. 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 ofParameterobjects, containing the arguments on the operation being invoked.
-