org.omg.CORBA
Class ServerRequest

java.lang.Object
  |
  +--org.omg.CORBA.ServerRequest

public abstract synchronized class ServerRequest
extends java.lang.Object


Constructor Summary
ServerRequest()
           
 
Method Summary
 void arguments(NVList)
           
abstract  Context ctx()
           
 void except(Any)
           
 java.lang.String op_name()
           
 java.lang.String operation()
           
 void params(NVList)
           
 void result(Any)
           
 void set_exception(Any)
           
 void set_result(Any)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRequest

public ServerRequest()
Method Detail

arguments

public void arguments(NVList)

ctx

public abstract Context ctx()

except

public void except(Any)

op_name

public java.lang.String op_name()

operation

public java.lang.String operation()

params

public void params(NVList)

result

public void result(Any)

set_exception

public void set_exception(Any)

set_result

public void set_result(Any)