Interface | Description |
---|---|
IAlertDefinition |
A defined alert can be issued through this interface.
|
IJMXAdaptor |
This interface describes how a plugged-in JXM adaptor will be called.
|
ILegacySettingProvider |
Classes that provide access to legacy setting storage (e.g.
|
IManagedComponent |
This interface describes a managed Cordys component.
|
IParameterDefinition<T> |
This interface defines a parameter of a management operation.
|
IProblemDefinition |
A defined problem can be raised through this interface.
|
IProblemResolver |
A component that raises a problem, should pass a problem resolver.
|
IProblemStatusEventListener |
This interface is used to communicate the status of a problem.
|
ISettingDefinition<T> |
Defines a management setting.
|
ISettingsCollection |
This interface describes a collection of settings.
|
ISettingsPersistenceHandler |
Classes that handle the storage and retrieval of settings, should implement this interface.
|
Class | Description |
---|---|
AlertLevel |
This class represents the possible alert levels.
|
CounterDefinitionException | |
LDAPBusConfigSettingsLegacySettingProvider |
Supports retrieving legacy settings from the classic LDAP bus config settings.
|
LDAPBusConfigSettingsPersistenceHandler |
This class supports retrieving and storing settings in the LDAP bus config settings.
|
ManagedComponentException |
An exception of this type is thrown upon general managed component failures.
|
ManagedComponentFactory |
This class acts as the factory to create the root managed component.
|
ManagedProcess |
This class represents a managed process like the cordys monitor process or an operating system process hosting one or more SOAP
processors.
|
OperationImpact |
An instance of this class specifies the impact of a defined management operation.
|
ParameterDefinition<T> |
Defines a parameter for a managed operation.
|
SettingDefinitionException |
An exception of this type is thrown upon any error during the setting definition process.
|
SettingsPersistenceException |
This exception type is thrown when saving or loading of a setting fails.
|
WCPPropertiesLegacySettingProvider |
This legacy settings provider supports retrieving property values from wcp.properties.
|