com.jamonapi
Interface MonitorLeafFactoryInterface

All Known Implementing Classes:
MonitorLeafFactory

public interface MonitorLeafFactoryInterface

Interface used to create Leaf level Monitors


Method Summary
 LeafNode createInstance(java.lang.String monitorType)
           
 java.lang.String[] getHeader()
           
 

Method Detail

getHeader

public java.lang.String[] getHeader()

createInstance

public LeafNode createInstance(java.lang.String monitorType)