org.apache.yoko.orb.CORBA
Class ObjectImpl

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CORBA_2_3.portable.ObjectImpl
          extended by org.omg.CORBA_2_4.portable.ObjectImpl
              extended by org.apache.yoko.orb.CORBA.ObjectImpl
All Implemented Interfaces:
Object

public abstract class ObjectImpl
extends ObjectImpl


Constructor Summary
ObjectImpl()
           
 
Method Summary
 boolean _OB_ami_callback_request(OutputStream out, ReplyHandler reply, ProfileInfo info)
           
 PersistentRequest _OB_ami_poll_request(OutputStream out, String operation, ServiceContext[] scl)
           
 void _OB_ami_router_postMarshal(GIOPOutgoingMessage message, OutputStreamHolder out)
           
 GIOPOutgoingMessage _OB_ami_router_preMarshal(String operation, boolean responseExpected, OutputStreamHolder out, ProfileInfoHolder info)
           
 ORBInstance _OB_get_ami_poll_ORBInstance()
           
 Object _OB_get_ami_poll_target()
           
 DowncallStub _OB_getDowncallStub()
           
 void _OB_handleException(Exception ex, RetryInfo info)
           
 _ExceptionHolder _OB_repackageException(Exception ex, boolean system_exception)
           
 CodeConverters _OB_setup_ami_poll_request(ServiceContextListHolder sclHolder, OutputStreamHolder out)
           
 
Methods inherited from class org.omg.CORBA_2_4.portable.ObjectImpl
_get_client_policy, _get_policy_overrides, _validate_connection
 
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl
_get_codebase
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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
 

Constructor Detail

ObjectImpl

public ObjectImpl()
Method Detail

_OB_getDowncallStub

public DowncallStub _OB_getDowncallStub()
                                 throws LocationForward,
                                        FailureException
Throws:
LocationForward
FailureException

_OB_handleException

public void _OB_handleException(Exception ex,
                                RetryInfo info)

_OB_ami_router_preMarshal

public GIOPOutgoingMessage _OB_ami_router_preMarshal(String operation,
                                                     boolean responseExpected,
                                                     OutputStreamHolder out,
                                                     ProfileInfoHolder info)

_OB_ami_router_postMarshal

public void _OB_ami_router_postMarshal(GIOPOutgoingMessage message,
                                       OutputStreamHolder out)

_OB_setup_ami_poll_request

public CodeConverters _OB_setup_ami_poll_request(ServiceContextListHolder sclHolder,
                                                 OutputStreamHolder out)

_OB_get_ami_poll_target

public Object _OB_get_ami_poll_target()

_OB_get_ami_poll_ORBInstance

public ORBInstance _OB_get_ami_poll_ORBInstance()

_OB_ami_poll_request

public PersistentRequest _OB_ami_poll_request(OutputStream out,
                                              String operation,
                                              ServiceContext[] scl)
                                       throws RemarshalException
Throws:
RemarshalException

_OB_ami_callback_request

public boolean _OB_ami_callback_request(OutputStream out,
                                        ReplyHandler reply,
                                        ProfileInfo info)
                                 throws RemarshalException
Throws:
RemarshalException

_OB_repackageException

public _ExceptionHolder _OB_repackageException(Exception ex,
                                               boolean system_exception)


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