org.oddjob
Interface Describeable

All Known Implementing Classes:
BaseWrapper, CollectionWrapper, PropertiesJob, RunnableWrapper, ServiceWrapper, SimpleMBeanNode

public interface Describeable

Object that implement this interface provide their own description of what should appear on the properties panel of the monitor.

Author:
rob

Method Summary
 Map<String,String> describe()
          Provides the properties.
 

Method Detail

describe

Map<String,String> describe()
Provides the properties.

Returns:
A map of property values. Must not be null.