Interface | Description |
---|---|
InternalConstants |
Represents internal constants.
|
Class | Description |
---|---|
Activator |
Bundle activator for ACE management agent.
|
Activator.InternalThreadFactory |
Internal thread factory that assigns recognizable names to the threads it creates and sets them in daemon mode.
|
AgentContextImpl |
Implementation of the internal agent context service.
|
AgentControlImpl |
Implementation of the public agent control service.
|
AgentUpdateHandlerImpl |
Default implementation of
AgentUpdateHandler . |
ComponentBase |
Convenience implementation base class for all
AgentContextAware components, such as handlers & controllers. |
ConfigurationHandlerImpl |
Default thread-safe
ConfigurationHandler implementation. |
ConnectionHandlerImpl |
Default thread-safe
ConnectionHandler implementation with support for BASIC authentication and HTTPS client
certificates. |
DefaultController |
Default configurable controller
|
DependencyTrackerImpl |
Simple service dependency tracker that tracks a number of required dependencies and provides life-cycle.
|
DeploymentHandlerImpl | |
DiscoveryHandlerImpl |
Default
DiscoveryHandler implementation that reads the serverURL(s) from the configuration using key
CONFIG_DISCOVERY_SERVERURLS . |
DownloadHandlerImpl | |
DownloadResultImpl |
Default, non thread-safe, implementation of
DownloadResult . |
EventLoggerImpl |
Service component that listens for various events from the OSGi framework and writes those events to the audit log
feedback channel.
|
EventsHandlerImpl |
Default thread-safe
EventsHandler implementation that tracks external EventListener.class services. |
FeedbackChannelImpl |
FeedbackChannel implementation
|
FeedbackHandlerImpl |
Default implementation of the feedback handler.
|
FeedbackStore |
The general idea is to provide easy access to a file of records.
|
FeedbackStore.Record |
Denotes a single record stored in a FeedbackStore.
|
FeedbackStoreManager |
This class acts as a factory for retrieving/creating stores and it also is an adapter for the feedbackstore that is
currently active.
|
IdentificationHandlerImpl |
Default identification handler that reads the identity from the configuration using key
IDENTIFICATION_CONFIG_KEY . |
LoggingHandlerImpl |
Default thread-safe
LoggingHandler implementation that logs messages to System.out . |