|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ServerRequest
org.openorb.orb.core.dsi.ServerRequest
This class implements the ServerRequest standard class. It delegates mostly to the ServerRequest in net.
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 |
public ServerRequest(ServerRequest server_request)
Method Detail |
public java.lang.String op_name()
public java.lang.String operation()
public void params(org.omg.CORBA.NVList params)
public void arguments(org.omg.CORBA.NVList params)
public org.omg.CORBA.Context ctx()
public void result(org.omg.CORBA.Any a)
public void set_result(org.omg.CORBA.Any a)
public void except(org.omg.CORBA.Any a)
public void set_exception(org.omg.CORBA.Any a)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |