Uses of Class
org.omg.CORBA.Context
-
Packages that use Context Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.protocol com.sun.corba.ee.spi.presentation.rmi org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. -
-
Uses of Context in com.sun.corba.ee.impl.corba
Subclasses of Context in com.sun.corba.ee.impl.corba Modifier and Type Class Description classContextImplFields in com.sun.corba.ee.impl.corba declared as Context Modifier and Type Field Description private ContextRequestImpl. _ctxprivate ContextServerRequestImpl. _ctxMethods in com.sun.corba.ee.impl.corba that return Context Modifier and Type Method Description ContextContextImpl. create_child(java.lang.String name)ContextRequestImpl. ctx()ContextServerRequestImpl. ctx()ContextContextImpl. parent()Methods in com.sun.corba.ee.impl.corba with parameters of type Context Modifier and Type Method Description voidRequestImpl. ctx(Context newCtx)Constructors in com.sun.corba.ee.impl.corba with parameters of type Context Constructor Description ContextImpl(Context parent)RequestImpl(ORB orb, Object targetObject, Context ctx, java.lang.String operationName, NVList argumentList, NamedValue resultContainer, ExceptionList exceptionList, ContextList ctxList) -
Uses of Context in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return Context Modifier and Type Method Description ContextCDRInputObject. read_Context()ContextCDRInputStreamBase. read_Context()ContextWrapperInputStream. read_Context()Methods in com.sun.corba.ee.impl.encoding with parameters of type Context Modifier and Type Method Description voidCDROutputObject. write_Context(Context ctx, ContextList contexts)voidCDROutputStreamBase. write_Context(Context ctx, ContextList contexts) -
Uses of Context in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return Context Modifier and Type Method Description ContextORBImpl. get_default_context()Get the default Context objectContextORBSingleton. get_default_context() -
Uses of Context in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type Context Modifier and Type Method Description RequestClientDelegateImpl. create_request(Object obj, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)RequestClientDelegateImpl. create_request(Object obj, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) -
Uses of Context in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type Context Modifier and Type Method Description RequestStubWrapper. _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)RequestStubWrapper. _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist) -
Uses of Context in org.omg.CORBA
Methods in org.omg.CORBA that return Context Modifier and Type Method Description abstract ContextContext. create_child(java.lang.String child_ctx_name)Creates aContextobject with the given string as its name and with thisContextobject set as its parent.abstract ContextRequest. ctx()Retrieves theContextobject for this request.abstract ContextServerRequest. ctx()Returns the context information specified in IDL for the operation when the operation is not an attribute access and the operation's IDL definition contains a context expression; otherwise it returns a nilContextreference.abstract ContextORB. get_default_context()Gets the defaultContextobject.abstract ContextContext. parent()Retrieves the parent of thisContextobject.Methods in org.omg.CORBA with parameters of type Context Modifier and Type Method Description RequestLocalObject. _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod.RequestLocalObject. _create_request(Context ctx, java.lang.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." This method is the default implementation of theorg.omg.CORBA.Objectmethod.RequestObject. _create_request(Context ctx, java.lang.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.RequestObject. _create_request(Context ctx, java.lang.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.abstract voidRequest. ctx(Context c)Sets this request'sContextobject to the one given. -
Uses of Context in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Context Modifier and Type Method Description ContextInputStream. read_Context()Reads a CORBA context from the stream.Methods in org.omg.CORBA.portable with parameters of type Context Modifier and Type Method Description RequestObjectImpl. _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)Creates aRequestobject that contains the given context, method, argument list, and container for the result.RequestObjectImpl. _create_request(Context ctx, java.lang.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, java.lang.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, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)Creates a Request instance for use in the Dynamic Invocation Interface.voidOutputStream. write_Context(Context ctx, ContextList contexts)Writes a CORBA context on this stream.
-