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

    Modifier and Type
    Method
    Description
    Provides the properties.
  • Method Details

    • describe

      Map<String,String> describe()
      Provides the properties.
      Returns:
      A map of property values. Must not be null.