org.apache.yoko.orb.OB
Class UnknownExceptionStrategy_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OB.UnknownExceptionStrategy_impl
All Implemented Interfaces:
UnknownExceptionStrategy, UnknownExceptionStrategyOperations, Object

public class UnknownExceptionStrategy_impl
extends LocalObject
implements UnknownExceptionStrategy


Field Summary
protected  ORB orb_
           
 
Constructor Summary
UnknownExceptionStrategy_impl(ORB orb)
           
 
Method Summary
 void destroy()
          Clean up resources prior to ORB destruction.
 void unknown_exception(UnknownExceptionInfo info)
          Handle an unknown exception.
 
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

orb_

protected ORB orb_
Constructor Detail

UnknownExceptionStrategy_impl

public UnknownExceptionStrategy_impl(ORB orb)
Method Detail

unknown_exception

public void unknown_exception(UnknownExceptionInfo info)
Description copied from interface: UnknownExceptionStrategyOperations
Handle an unknown exception.

Specified by:
unknown_exception in interface UnknownExceptionStrategyOperations
Parameters:
info - Information about the exception.

destroy

public void destroy()
Description copied from interface: UnknownExceptionStrategyOperations
Clean up resources prior to ORB destruction.

Specified by:
destroy in interface UnknownExceptionStrategyOperations


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