JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
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.
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method