Package org.oddjob
Interface Describable
- All Known Implementing Classes:
BaseWrapper,ConsumerWrapper,JobWrapper,PropertiesJob,ServiceWrapper,SimpleMBeanNode
public interface Describable
Object that implement this interface provide their own
description of what should appear on the properties panel
of the monitor.
- Author:
- rob
-
Method Summary
-
Method Details
-
describe
Provides the properties.- Returns:
- A map of property values. Must not be null.
-