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

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

public class WebConsolePrinter
extends java.lang.Object

This is a configuration printer for the web console which prints out the current configuration/status.


Constructor Summary
WebConsolePrinter(QuartzScheduler qs)
           
 
Method Summary
static void destroyPlugin(org.osgi.framework.ServiceRegistration plugin)
           
static org.osgi.framework.ServiceRegistration initPlugin(org.osgi.framework.BundleContext bundleContext, QuartzScheduler qs)
           
 void printConfiguration(java.io.PrintWriter pw)
          Print out the configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebConsolePrinter

public WebConsolePrinter(QuartzScheduler qs)
Method Detail

initPlugin

public static org.osgi.framework.ServiceRegistration initPlugin(org.osgi.framework.BundleContext bundleContext,
                                                                QuartzScheduler qs)

destroyPlugin

public static void destroyPlugin(org.osgi.framework.ServiceRegistration plugin)

printConfiguration

public void printConfiguration(java.io.PrintWriter pw)
Print out the configuration

See Also:
org.apache.felix.webconsole.ConfigurationPrinter#printConfiguration(java.io.PrintWriter)


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