|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.ServerRequest
public abstract class ServerRequest
Constructor Summary | |
---|---|
ServerRequest()
|
Method Summary | |
---|---|
void |
arguments(NVList nv)
|
abstract Context |
ctx()
|
void |
except(Any except)
Deprecated. use set_exception() |
String |
op_name()
Deprecated. use operation() |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerRequest()
Method Detail |
---|
public String op_name()
public 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |