This project has retired. For details please refer to its
        
        Attic page .
      
ProfilingManagement (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
 
 
org.apache.cocoon.profiling.jmx 
 
java.lang.Object 
  org.apache.cocoon.profiling.jmx.ProfilingManagement 
 
@ManagedResource(objectName="org.apache.cocoon:group=Profiling,name=Enable/Disable")
 public class ProfilingManagement extends Object   
This MBean provides management functionality for cocoon-profiling and offers a possibility to
 enable/disable cocoon profiling.
 If you want to test this, simply run cocoon-sample and connect with jconsole.
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
ProfilingManagement 
public ProfilingManagement () 
 
isEnabled 
@ManagedAttribute(description="Is profiling enabled.")
 public boolean isEnabled () 
 
 
enable 
@ManagedOperation(description="Enable profiling.")
 public void enable () 
 
 
disable 
@ManagedOperation(description="Disable profiling.")
 public void disable () 
 
 
The Apache Software Foundation . All Rights Reserved.