|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.omg.CORBA.ServerRequest
|
+--org.openorb.CORBA.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(NVList params)
Return all parameters |
Context |
ctx()
Return operation context |
void |
except(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(NVList params)
Deprecated. Use arguments instead. |
void |
result(Any a)
Deprecated. Use set_result() instead. |
void |
set_exception(Any a)
Set the request exception. |
void |
set_result(Any a)
Set the request result |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServerRequest(ServerRequest server_request)
| Method Detail |
public java.lang.String op_name()
op_name in class ServerRequestpublic java.lang.String operation()
operation in class ServerRequestpublic void params(NVList params)
params in class ServerRequestpublic void arguments(NVList params)
arguments in class ServerRequestpublic Context ctx()
ctx in class ServerRequestpublic void result(Any a)
result in class ServerRequestpublic void set_result(Any a)
set_result in class ServerRequestpublic void except(Any a)
except in class ServerRequestpublic void set_exception(Any a)
set_exception in class ServerRequest
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||