Uses of Class
org.omg.CORBA.NamedValue
Packages that use NamedValue
Package
Description
-
Uses of NamedValue in com.sun.corba.se.impl.corba
Subclasses of NamedValue in com.sun.corba.se.impl.corbaMethods in com.sun.corba.se.impl.corba that return NamedValueModifier and TypeMethodDescriptionNVListImpl.add(int flags) NVListImpl.item(int index) RequestImpl.result()Constructors in com.sun.corba.se.impl.corba with parameters of type NamedValueModifierConstructorDescriptionRequestImpl(ORB orb, Object targetObject, Context ctx, String operationName, NVList argumentList, NamedValue resultContainer, ExceptionList exceptionList, ContextList ctxList) -
Uses of NamedValue in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return NamedValueModifier and TypeMethodDescriptionORBImpl.create_named_value(String s, Any any, int flags) Create a NamedValueORBSingleton.create_named_value(String s, Any any, int flags) -
Uses of NamedValue in com.sun.corba.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol with parameters of type NamedValueModifier and TypeMethodDescriptionCorbaClientDelegateImpl.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) CorbaClientDelegateImpl.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) -
Uses of NamedValue in com.sun.corba.se.spi.presentation.rmi
Methods in com.sun.corba.se.spi.presentation.rmi with parameters of type NamedValueModifier and TypeMethodDescriptionStubWrapper._create_request(Context ctx, String operation, NVList arg_list, NamedValue result) StubWrapper._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) -
Uses of NamedValue in org.omg.CORBA
Methods in org.omg.CORBA that return NamedValueModifier and TypeMethodDescriptionabstract NamedValueNVList.add(int flags) Creates a newNamedValueobject initialized with the given flag and adds it to the end of thisNVListobject.abstract NamedValueCreates a newNamedValueobject initialized with the given name and flag, and adds it to the end of thisNVListobject.abstract NamedValueCreates a newNamedValueobject initialized with the given name, value, and flag, and adds it to the end of thisNVListobject.abstract NamedValueORB.create_named_value(String s, Any any, int flags) Creates aNamedValueobject using the given name, value, and argument mode flags.abstract NamedValueNVList.item(int index) Retrieves theNamedValueobject at the given index.abstract NamedValueRequest.result()Retrieves theNamedValueobject containing the return value for the method.Methods in org.omg.CORBA with parameters of type NamedValueModifier and TypeMethodDescriptionLocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result) Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object."Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result) Creates aRequestinstance initialized with the given context, method name, list of arguments, and container for the method's return value.Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) Creates aRequestinstance initialized with the given context, method name, list of arguments, container for the method's return value, list of possible exceptions, and list of context strings needing to be resolved. -
Uses of NamedValue in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable with parameters of type NamedValueModifier and TypeMethodDescriptionObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result) Creates aRequestobject that contains the given context, method, argument list, and container for the result.ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts) Creates aRequestobject that contains the given context, method, argument list, container for the result, exceptions, and list of property names to be used in resolving the context strings.abstract RequestDelegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result) Creates a Request instance for use in the Dynamic Invocation Interface.abstract RequestDelegate.create_request(Object obj, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) Creates a Request instance for use in the Dynamic Invocation Interface.