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.cachedArgumentsprivate Parameter[]ServerRequestInfoImpl.cachedArgumentsMethods 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 Parameterstatic Parameter[]static ParameterParameterHelper.read(InputStream istream) static Parameter[]ParameterListHelper.read(InputStream istream) Methods in org.omg.Dynamic with parameters of type ParameterModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidParameterHelper.write(OutputStream ostream, Parameter value) static voidParameterListHelper.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