org.weborganic.bastille.system
Class GetCPUTime

java.lang.Object
  extended by org.weborganic.bastille.system.GetCPUTime
All Implemented Interfaces:
ContentGenerator

public class GetCPUTime
extends Object
implements ContentGenerator

Returns the User, System and CPU times.


Constructor Summary
GetCPUTime()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCPUTime

public GetCPUTime()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException