API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ServerRequest View Source
Author(s)
Since
Version
1.15 09/09/97
Serial
Hierarchy
 Object
      ServerRequest
Implements
Subclasses
Description
publicabstract abstract class ServerRequest
  An object that captures the explicit state of a request for the Dynamic Skeleton Interface (DSI).
Constructors
public ServerRequest ()
Methods
Hide/Show inherited methods
public void arguments (NVList args)
  Specifies method parameter types and retrieves "in" and "inout" argument values.
publicabstract Context 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 nil Context reference.
@Deprecated
public void except (Any any)
  The DIR may call set_exception at any time to return an exception to the client.
@Deprecated
public String op_name ()
  Retrieves the name of the operation being invoked.
public String operation ()
  Throws an org.omg.CORBA.NO_IMPLEMENT exception.
@Deprecated
public void params (NVList params)
  Specifies method parameter types and retrieves "in" and "inout" argument values.
@Deprecated
public void result (Any any)
  Specifies any return value for the call.
public void set_exception (Any any)
  Throws an org.omg.CORBA.NO_IMPLEMENT exception.
public void set_result (Any any)
  Throws an org.omg.CORBA.NO_IMPLEMENT exception.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar