Package org.apache.sis.internal.system
Interface SupervisorMBean
- All Known Implementing Classes:
Supervisor
public interface SupervisorMBean
Provides information about the state of a running Apache SIS instance.
- Since:
- 0.3
- Version:
- 0.7
-
Method Details
-
configuration
Returns information about the current configuration. This method tries to focus on the information that are the most relevant to SIS. Those information are grouped in sections: a "Versions" section containing the Apache SIS version, Java version and operation system version; a "Classpath" section containing bootstrap, extension and user classpath, etc.- Parameters:
sections- the section for which information are desired.locale- the locale to use for formatting the texts in the tree, ornullfor the default.timezone- the timezone to use for formatting the dates, ornullfor the default.- Returns:
- configuration information, as a tree for grouping some configuration by sections.
-
warnings
If there is something wrong with the current Apache SIS status, returns descriptions of the problems. Otherwise returnsnull.- Parameters:
locale- the locale to use for reporting messages, ornullfor the default.- Returns:
- a description of a problems in the library, or
nullif none.
-