|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.ServerRequest
Constructor Summary | |
ServerRequest()
|
Method Summary | |
void |
arguments(NVList nv)
|
abstract Context |
ctx()
|
void |
except(Any except)
Deprecated. use set_exception() |
java.lang.String |
op_name()
Deprecated. use operation() |
java.lang.String |
operation()
|
void |
params(NVList params)
Deprecated. use arguments() |
void |
result(Any result)
Deprecated. use set_result() |
void |
set_exception(Any except)
|
void |
set_result(Any result)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerRequest()
Method Detail |
public java.lang.String op_name()
public java.lang.String operation()
public abstract Context ctx()
public void params(NVList params)
public void arguments(NVList nv)
public void result(Any result)
public void set_result(Any result)
public void except(Any except)
public void set_exception(Any except)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |