public class ServerRequest
extends org.omg.CORBA.ServerRequest
| Constructor and Description |
|---|
ServerRequest(ServerRequest server_request)
A constructor with the request name as parameter
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public ServerRequest(ServerRequest server_request)
public java.lang.String op_name()
op_name in class org.omg.CORBA.ServerRequestpublic java.lang.String operation()
operation in class org.omg.CORBA.ServerRequestpublic void params(org.omg.CORBA.NVList params)
params in class org.omg.CORBA.ServerRequestpublic void arguments(org.omg.CORBA.NVList params)
arguments in class org.omg.CORBA.ServerRequestpublic org.omg.CORBA.Context ctx()
ctx in class org.omg.CORBA.ServerRequestpublic void result(org.omg.CORBA.Any a)
result in class org.omg.CORBA.ServerRequestpublic void set_result(org.omg.CORBA.Any a)
set_result in class org.omg.CORBA.ServerRequestpublic void except(org.omg.CORBA.Any a)
except in class org.omg.CORBA.ServerRequestpublic void set_exception(org.omg.CORBA.Any a)
set_exception in class org.omg.CORBA.ServerRequest