org.apache.yoko.orb.OB
Class DispatchRequest_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OB.DispatchRequest_impl
All Implemented Interfaces:
DispatchRequest, DispatchRequestOperations, Object

public final class DispatchRequest_impl
extends LocalObject
implements DispatchRequest


Field Summary
protected  byte[] oid_
           
protected  POA_impl poa_
           
protected  Upcall upcall_
           
 
Constructor Summary
DispatchRequest_impl(POA_impl poa, byte[] oid, Upcall upcall)
           
 
Method Summary
 void invoke()
          Execute the request in the current thread context.
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

poa_

protected POA_impl poa_

oid_

protected byte[] oid_

upcall_

protected Upcall upcall_
Constructor Detail

DispatchRequest_impl

public DispatchRequest_impl(POA_impl poa,
                            byte[] oid,
                            Upcall upcall)
Method Detail

invoke

public void invoke()
Description copied from interface: DispatchRequestOperations
Execute the request in the current thread context.

Specified by:
invoke in interface DispatchRequestOperations


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