org.apache.yoko.orb.CORBA
Class ServerRequest

java.lang.Object
  extended by org.omg.CORBA.ServerRequest
      extended by org.apache.yoko.orb.CORBA.ServerRequest

public class ServerRequest
extends ServerRequest


Constructor Summary
ServerRequest(DynamicImplementation servant, Upcall upcall)
           
 
Method Summary
 void _OB_doMarshal()
           
 Any _OB_exception()
           
 void _OB_finishUnmarshal()
           
 void _OB_postinvoke()
           
 void arguments(NVList parameters)
           
 Context ctx()
           
 String operation()
           
 void set_exception(Any value)
           
 void set_result(Any value)
           
 
Methods inherited from class org.omg.CORBA.ServerRequest
except, op_name, params, result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRequest

public ServerRequest(DynamicImplementation servant,
                     Upcall upcall)
Method Detail

operation

public String operation()
Overrides:
operation in class ServerRequest

arguments

public void arguments(NVList parameters)
Overrides:
arguments in class ServerRequest

ctx

public Context ctx()
Specified by:
ctx in class ServerRequest

set_result

public void set_result(Any value)
Overrides:
set_result in class ServerRequest

set_exception

public void set_exception(Any value)
Overrides:
set_exception in class ServerRequest

_OB_exception

public Any _OB_exception()

_OB_finishUnmarshal

public void _OB_finishUnmarshal()
                         throws LocationForward
Throws:
LocationForward

_OB_postinvoke

public void _OB_postinvoke()
                    throws LocationForward
Throws:
LocationForward

_OB_doMarshal

public void _OB_doMarshal()
                   throws LocationForward
Throws:
LocationForward


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