org.apache.yoko.orb.OB
Interface UnknownExceptionStrategyOperations

All Known Subinterfaces:
UnknownExceptionStrategy
All Known Implementing Classes:
UnknownExceptionStrategy_impl

public interface UnknownExceptionStrategyOperations

The unknown exception strategy interface.


Method Summary
 void destroy()
          Clean up resources prior to ORB destruction.
 void unknown_exception(UnknownExceptionInfo info)
          Handle an unknown exception.
 

Method Detail

unknown_exception

void unknown_exception(UnknownExceptionInfo info)
Handle an unknown exception.

Parameters:
info - Information about the exception.

destroy

void destroy()
Clean up resources prior to ORB destruction.



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