|
||||||||
| 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
public class 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()
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||