org.apache.commons.monitoring.reporting.web.plugin
Interface Plugin

All Known Implementing Classes:
JMXPlugin, JTAPlugin, JVMPlugin, ReportPlugin, ThreadPlugin

public interface Plugin


Method Summary
 Class<?> endpoints()
           
 String mapping()
           
 String name()
           
 

Method Detail

name

String name()
Returns:
plugin name.

endpoints

Class<?> endpoints()
Returns:
the endpoints to call when mapping() is matched.

mapping

String mapping()
Returns:
the base mapping of the endpoints if not null.


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.