org.exist.cluster.cocoon
Class ClusterInfoGenerator

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.xml.AbstractXMLProducer
          extended byorg.apache.cocoon.generation.AbstractGenerator
              extended byorg.exist.cluster.cocoon.ClusterInfoGenerator
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.cocoon.generation.Generator, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.excalibur.pool.Poolable, org.apache.avalon.excalibur.pool.Recyclable, org.apache.cocoon.sitemap.SitemapModelComponent, org.apache.cocoon.xml.XMLProducer

public class ClusterInfoGenerator
extends org.apache.cocoon.generation.AbstractGenerator

A Cocoon Generator which generates status information about running database instances, buffer usage and the like. Created by Nicola Breda.

Author:
Nicola Breda aka maiale, David Frontini aka spider Date: 05-aug-2005 Time: 18.09.08 Revision $Revision: 3457 $

Field Summary
static java.lang.String NAMESPACE
           
static java.lang.String PREFIX
           
 
Fields inherited from interface org.apache.cocoon.generation.Generator
ROLE
 
Constructor Summary
ClusterInfoGenerator()
           
 
Method Summary
 void generate()
           
 
Methods inherited from class org.apache.cocoon.generation.AbstractGenerator
recycle, setup
 
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer
setConsumer, setContentHandler, setLexicalHandler
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values
Constructor Detail

ClusterInfoGenerator

public ClusterInfoGenerator()
Method Detail

generate

public void generate()
              throws java.io.IOException,
                     org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException
See Also:
Generator.generate()


Copyright (C) Wolfgang Meier. All rights reserved.