org.openorb.orb.core.dsi
Class ServerRequest

java.lang.Object
  extended by org.omg.CORBA.ServerRequest
      extended by org.openorb.orb.core.dsi.ServerRequest

public class ServerRequest
extends org.omg.CORBA.ServerRequest

This class implements the ServerRequest standard class. It delegates mostly to the ServerRequest in net.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:47 $
Author:
Chris Wood

Constructor Summary
ServerRequest(ServerRequest server_request)
          A constructor with the request name as parameter
 
Method Summary
 void arguments(org.omg.CORBA.NVList params)
          Return all parameters
 org.omg.CORBA.Context ctx()
          Return operation context
 void except(org.omg.CORBA.Any a)
          Deprecated. Use set_exception() instead.
 java.lang.String op_name()
          Deprecated. Use operation() instead.
 java.lang.String operation()
          Return the operation name
 void params(org.omg.CORBA.NVList params)
          Deprecated. Use arguments instead.
 void result(org.omg.CORBA.Any a)
          Deprecated. Use set_result() instead.
 void set_exception(org.omg.CORBA.Any a)
          Set the request exception.
 void set_result(org.omg.CORBA.Any a)
          Set the request result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRequest

public ServerRequest(ServerRequest server_request)
A constructor with the request name as parameter

Method Detail

op_name

public java.lang.String op_name()
Deprecated. Use operation() instead.

Return the operation name

Overrides:
op_name in class org.omg.CORBA.ServerRequest

operation

public java.lang.String operation()
Return the operation name

Overrides:
operation in class org.omg.CORBA.ServerRequest

params

public void params(org.omg.CORBA.NVList params)
Deprecated. Use arguments instead.

Get parameters

Overrides:
params in class org.omg.CORBA.ServerRequest

arguments

public void arguments(org.omg.CORBA.NVList params)
Return all parameters

Overrides:
arguments in class org.omg.CORBA.ServerRequest

ctx

public org.omg.CORBA.Context ctx()
Return operation context

Specified by:
ctx in class org.omg.CORBA.ServerRequest

result

public void result(org.omg.CORBA.Any a)
Deprecated. Use set_result() instead.

Set the request result.

Overrides:
result in class org.omg.CORBA.ServerRequest

set_result

public void set_result(org.omg.CORBA.Any a)
Set the request result

Overrides:
set_result in class org.omg.CORBA.ServerRequest

except

public void except(org.omg.CORBA.Any a)
Deprecated. Use set_exception() instead.

Set the request exception.

Overrides:
except in class org.omg.CORBA.ServerRequest

set_exception

public void set_exception(org.omg.CORBA.Any a)
Set the request exception.

Overrides:
set_exception in class org.omg.CORBA.ServerRequest