API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. Request View Source
Author(s)
Since
Version
1.13 09/09/97
Serial
Hierarchy
 Object
      Request
Implements
Subclasses
Description
publicabstract abstract class Request
  An object containing the information necessary for invoking a method.
See also:    NamedValue
Constructors
public Request ()
Methods
Hide/Show inherited methods
publicabstract Any add_in_arg ()
  Creates an input argument and adds it to this Request object.
publicabstract Any add_inout_arg ()
  Adds an input/output argument to this Request object.
publicabstract Any add_named_in_arg (String name)
  Creates an input argument with the given name and adds it to this Request object.
publicabstract Any add_named_inout_arg (String name)
  Adds an input/output argument with the given name to this Request object.
publicabstract Any add_named_out_arg (String name)
  Adds an output argument with the given name to this Request object.
publicabstract Any add_out_arg ()
  Adds an output argument to this Request object.
publicabstract NVList arguments ()
  Retrieves the NVList object containing the arguments to the method being invoked.
publicabstract ContextList contexts ()
  Retrieves the ContextList object for this request.
publicabstract Context ctx ()
  Retrieves the Context object for this request.
publicabstract void ctx (Context c)
  Sets this request's Context object to the one given.
publicabstract Environment env ()
  Retrieves the Environment object for this request.
publicabstract ExceptionList exceptions ()
  Retrieves the ExceptionList object for this request.
publicabstract void get_response () throws WrongTransaction
  Allows the user to access the response for the invocation triggered earlier with the send_deferred method.
publicabstract void invoke ()
  Makes a synchronous invocation using the information in the Request object.
publicabstract String operation ()
  Retrieves the name of the method to be invoked.
publicabstract boolean poll_response ()
  Allows the user to determine whether a response has been received for the invocation triggered earlier with the send_deferred method.
publicabstract NamedValue result ()
  Retrieves the NamedValue object containing the return value for the method.
publicabstract Any return_value ()
  Returns the Any object that contains the value for the result of the method.
publicabstract void send_deferred ()
  Makes an asynchronous invocation on the request.
publicabstract void send_oneway ()
  Makes a oneway invocation on the request.
publicabstract void set_return_type (TypeCode tc)
  Sets the typecode for the return value of the method.
publicabstract Object target ()
  Retrieves the the target object reference.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar