org.omg.CORBA
Class ServerRequest

java.lang.Object
  extended by org.omg.CORBA.ServerRequest
Direct Known Subclasses:
ServerRequest

public abstract class ServerRequest
extends Object


Constructor Summary
ServerRequest()
           
 
Method Summary
 void arguments(NVList nv)
           
abstract  Context ctx()
           
 void except(Any a)
          Deprecated. use set_exception()
 String op_name()
          Deprecated. use operation()
 String operation()
           
 void params(NVList parms)
          Deprecated. use arguments()
 void result(Any a)
          Deprecated. use set_result()
 void set_exception(Any val)
           
 void set_result(Any a)
           
 
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

op_name

public String op_name()
Deprecated. use operation()


operation

public String operation()

ctx

public abstract Context ctx()

params

public void params(NVList parms)
Deprecated. use arguments()


arguments

public void arguments(NVList nv)

result

public void result(Any a)
Deprecated. use set_result()


set_result

public void set_result(Any a)

except

public void except(Any a)
Deprecated. use set_exception()


set_exception

public void set_exception(Any val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.