Uses of Class
org.apache.mina.core.ExceptionMonitor

Packages that use ExceptionMonitor
org.apache.mina.core Common types required for users to use MINA. 
 

Uses of ExceptionMonitor in org.apache.mina.core
 

Subclasses of ExceptionMonitor in org.apache.mina.core
 class DefaultExceptionMonitor
          A default ExceptionMonitor implementation that logs uncaught exceptions using Logger.
 

Methods in org.apache.mina.core that return ExceptionMonitor
static ExceptionMonitor ExceptionMonitor.getInstance()
          Returns the current exception monitor.
 

Methods in org.apache.mina.core with parameters of type ExceptionMonitor
static void ExceptionMonitor.setInstance(ExceptionMonitor monitor)
          Sets the uncaught exception monitor.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.