org.apache.sling.commons.threads.impl
Class WebConsolePrinter

java.lang.Object
  extended by org.apache.sling.commons.threads.impl.WebConsolePrinter

public class WebConsolePrinter
extends Object

This is a configuration printer for the web console which prints out the thread pools.


Constructor Summary
WebConsolePrinter(DefaultThreadPoolManager dtpm)
           
 
Method Summary
static void destroyPlugin()
           
static void initPlugin(org.osgi.framework.BundleContext bundleContext, DefaultThreadPoolManager dtpm)
           
 void printConfiguration(PrintWriter pw)
          Print out the servlet filter chains.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebConsolePrinter

public WebConsolePrinter(DefaultThreadPoolManager dtpm)
Method Detail

initPlugin

public static void initPlugin(org.osgi.framework.BundleContext bundleContext,
                              DefaultThreadPoolManager dtpm)

destroyPlugin

public static void destroyPlugin()

printConfiguration

public void printConfiguration(PrintWriter pw)
Print out the servlet filter chains.

See Also:
ConfigurationPrinter.printConfiguration(java.io.PrintWriter)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.