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

Packages that use ExceptionMonitor
org.littleshoot.mina.common Common types required for users to use MINA. 
org.littleshoot.mina.common.support Internal classes used by org.apache.mina.common package. 
 

Uses of ExceptionMonitor in org.littleshoot.mina.common
 

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

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

Uses of ExceptionMonitor in org.littleshoot.mina.common.support
 

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



Copyright © 2011 LittleShoot. All Rights Reserved.