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

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

Uses of ExceptionMonitor in org.apache.mina.common
 

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

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

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



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