Uses of Class
org.omg.Dynamic.Parameter
Packages that use Parameter
-
Uses of Parameter in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ParameterModifier and TypeFieldDescriptionprivate Parameter[]
ClientRequestInfoImpl.cachedArguments
private Parameter[]
ServerRequestInfoImpl.cachedArguments
Methods in com.sun.corba.ee.impl.interceptors that return ParameterModifier and TypeMethodDescriptionClientRequestInfoImpl.arguments()
See RequestInfoImpl for javadoc.abstract Parameter[]
RequestInfoImpl.arguments()
This method returns the list of arguments for the operation that was invoked.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 ParameterMethods in org.omg.Dynamic that return ParameterModifier and TypeMethodDescriptionstatic Parameter
static Parameter[]
static Parameter
ParameterHelper.read
(InputStream istream) static Parameter[]
ParameterListHelper.read
(InputStream istream) Methods in org.omg.Dynamic with parameters of type ParameterModifier and TypeMethodDescriptionstatic void
static void
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 ParameterModifierConstructorDescriptionParameterHolder
(Parameter initialValue) ParameterListHolder
(Parameter[] initialValue) -
Uses of Parameter in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return Parameter