org.apache.sling.event.impl.jobs.console
Class InventoryPlugin

java.lang.Object
  extended by org.apache.sling.event.impl.jobs.console.InventoryPlugin
All Implemented Interfaces:
org.apache.felix.inventory.InventoryPrinter

@Service(value=org.apache.felix.inventory.InventoryPrinter.class)
@Properties(value={@Property(name="felix.inventory.printer.name",value="slingjobs"),@Property(name="felix.inventory.printer.title",value="Sling Jobs"),@Property(name="felix.inventory.printer.format",value={"TEXT","JSON"}),@Property(name="felix.inventory.printer.webconsole",boolValue=false)})
public class InventoryPlugin
extends Object
implements org.apache.felix.inventory.InventoryPrinter

This is a inventory plugin displaying the active queues, some statistics and the configurations.

Since:
3.2

Field Summary
 
Fields inherited from interface org.apache.felix.inventory.InventoryPrinter
FORMAT, NAME, SERVICE, TITLE, WEBCONSOLE
 
Constructor Summary
InventoryPlugin()
           
 
Method Summary
 void print(PrintWriter pw, org.apache.felix.inventory.Format format, boolean isZip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryPlugin

public InventoryPlugin()
Method Detail

print

public void print(PrintWriter pw,
                  org.apache.felix.inventory.Format format,
                  boolean isZip)
Specified by:
print in interface org.apache.felix.inventory.InventoryPrinter
See Also:
InventoryPrinter.print(java.io.PrintWriter, org.apache.felix.inventory.Format, boolean)


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