- Activator - Class in org.apache.ace.agent.impl
-
Bundle activator for ACE management agent.
- Activator() - Constructor for class org.apache.ace.agent.impl.Activator
-
- Activator - Class in org.apache.ace.agent.updater
-
This class is dynamically deployed as part of the updater bundle that executes the update of the management agent.
- Activator() - Constructor for class org.apache.ace.agent.updater.Activator
-
- Activator.InternalThreadFactory - Class in org.apache.ace.agent.impl
-
Internal thread factory that assigns recognizable names to the threads it creates and sets them in daemon mode.
- Activator.InternalThreadFactory() - Constructor for class org.apache.ace.agent.impl.Activator.InternalThreadFactory
-
- addComponent(Object) - Method in class org.apache.ace.agent.impl.AgentContextImpl
-
Adds a component to this context.
- addDependency(Class<?>, String, DependencyTrackerImpl.DependencyCallback) - Method in class org.apache.ace.agent.impl.DependencyTrackerImpl
-
Adds a dependency to track.
- addListener(EventListener) - Method in interface org.apache.ace.agent.EventsHandler
-
Add a listener.
- addListener(EventListener) - Method in class org.apache.ace.agent.impl.EventsHandlerImpl
-
- AGENT_INSTALLATION_COMPLETE - Static variable in interface org.apache.ace.agent.impl.InternalConstants
-
Internal event topic used by the default controller to fire events when the installation of a deployment package
or agent update is complete (either or not successful).
- AGENT_INSTALLATION_START - Static variable in interface org.apache.ace.agent.impl.InternalConstants
-
Internal event topic used by the default controller to fire events when the installation of a deployment package
or agent update is started.
- AgentConstants - Interface in org.apache.ace.agent
-
Compile time constants for this package.
- AgentContext - Interface in org.apache.ace.agent
-
Internal interface that provides access to handlers, supporting services and static configuration.
- AgentContextAware - Interface in org.apache.ace.agent
-
Providers interface for (extension) components.
- AgentContextImpl - Class in org.apache.ace.agent.impl
-
Implementation of the internal agent context service.
- AgentContextImpl(File) - Constructor for class org.apache.ace.agent.impl.AgentContextImpl
-
- AgentControl - Interface in org.apache.ace.agent
-
The agent's control (service) interface.
- AgentControlImpl - Class in org.apache.ace.agent.impl
-
Implementation of the public agent control service.
- AgentControlImpl(AgentContext) - Constructor for class org.apache.ace.agent.impl.AgentControlImpl
-
- AgentUpdateHandler - Interface in org.apache.ace.agent
-
Agent context delegate interface that is responsible for managing agent updates.
- AgentUpdateHandlerImpl - Class in org.apache.ace.agent.impl
-
- AgentUpdateHandlerImpl(BundleContext) - Constructor for class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- append(long, byte[]) - Method in class org.apache.ace.agent.impl.FeedbackStore
-
Store the given record data as the next record.
- AUDITLOG_FEEDBACK_CHANNEL - Static variable in interface org.apache.ace.agent.impl.InternalConstants
-
The feedback channel for reporting the audit events of a target.
- close() - Method in class org.apache.ace.agent.impl.FeedbackStore
-
Release all resources.
- close() - Method in class org.apache.ace.agent.impl.FeedbackStoreManager
-
Close the current active store to make sure it's nice and consistent on disk
- CODE_BAD_HEADER - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_BUNDLE_NAME_ERROR - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_BUNDLE_SHARING_VIOLATION - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_CANCELLED - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_COMMIT_ERROR - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_FOREIGN_CUSTOMIZER - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_MISSING_BUNDLE - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_MISSING_FIXPACK_TARGET - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_MISSING_HEADER - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_MISSING_RESOURCE - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_NOT_A_JAR - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_ORDER_ERROR - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_OTHER_ERROR - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_PROCESSOR_NOT_FOUND - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_RESOURCE_SHARING_VIOLATION - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_SIGNING_ERROR - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- CODE_TIMEOUT - Static variable in exception org.apache.ace.agent.InstallationFailedException
-
- compareTo(FeedbackStore.Record) - Method in class org.apache.ace.agent.impl.FeedbackStore.Record
-
- ComponentBase - Class in org.apache.ace.agent.impl
-
Convenience implementation base class for all
AgentContextAware
components, such as handlers & controllers.
- ComponentBase(String) - Constructor for class org.apache.ace.agent.impl.ComponentBase
-
- componentStarted(BundleContext) - Method in class org.apache.ace.agent.impl.Activator
-
- componentStopped(BundleContext) - Method in class org.apache.ace.agent.impl.Activator
-
- CONFIG_CONNECTION_AUTHTYPE - Static variable in interface org.apache.ace.agent.AgentConstants
-
- CONFIG_CONNECTION_DISABLED - Static variable in interface org.apache.ace.agent.AgentConstants
-
- CONFIG_CONNECTION_KEYFILE - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the client-cert authentication keystore path for the default
ConnectionHandler
.
- CONFIG_CONNECTION_KEYPASS - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the client-cert authentication keystore password for the default
ConnectionHandler
.
- CONFIG_CONNECTION_PASSWORD - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the basic authentication password for the default
ConnectionHandler
.
- CONFIG_CONNECTION_SSL_PROTOCOL - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the client-cert protocol for the default
ConnectionHandler
.
- CONFIG_CONNECTION_TRUSTFILE - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the client-cert authentication truststore path for the default
ConnectionHandler
.
- CONFIG_CONNECTION_TRUSTPASS - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the client-cert authentication truststore password for the default
ConnectionHandler
.
- CONFIG_CONNECTION_USERNAME - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the basic authentication username for the default
ConnectionHandler
.
- CONFIG_CONTROLLER_CLASS - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to override the default controller with another implementation.
- CONFIG_CONTROLLER_FIXPACKAGES - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set fixpackages behavior of the default controller.
- CONFIG_CONTROLLER_RETRIES - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set retries behavior of the default controller.
- CONFIG_CONTROLLER_STREAMING - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set streaming behavior of the default controller.
- CONFIG_CONTROLLER_SYNCDELAY - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set initial sync delay seconds of the default controller.
- CONFIG_CONTROLLER_SYNCINTERVAL - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set initial sync interval seconds of the default controller.
- CONFIG_DEFAULT_AGENTID - Static variable in class org.apache.ace.agent.impl.IdentificationHandlerImpl
-
Default name to use for a new target.
- CONFIG_DISCOVERY_CHECKING - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to enable checking for the default discovery handler.
- CONFIG_DISCOVERY_DISABLED - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to disable the default discovery handler.
- CONFIG_DISCOVERY_SERVERURLS - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option for the serverURLs of the default discovery handler.
- CONFIG_FEEDBACK_CHANNELS - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to set the feedback channels for the default
FeedbackHandler
.
- CONFIG_IDENTIFICATION_AGENTID - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option for the agentid of the default identification handler.
- CONFIG_IDENTIFICATION_DISABLED - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration option to disable the default identification handler.
- CONFIG_KEY_NAMESPACE - Static variable in interface org.apache.ace.agent.AgentConstants
-
Namespace for all agent configuration property
- CONFIG_LOGGING_EXCLUDE_EVENTS - Static variable in interface org.apache.ace.agent.AgentConstants
-
Exclude list for auditlog events.
- CONFIG_LOGGING_LEVEL - Static variable in interface org.apache.ace.agent.AgentConstants
-
Configuration loglevel for default logger.
- CONFIG_STORAGE_FILENAME - Static variable in class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
File name use for storage.
- CONFIG_STORAGE_SUBDIR - Static variable in class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
Directory name use for storage.
- ConfigurationHandler - Interface in org.apache.ace.agent
-
Agent context delegate interface that is responsible for managing persisted configuration.
- ConfigurationHandlerImpl - Class in org.apache.ace.agent.impl
-
- ConfigurationHandlerImpl(BundleContext) - Constructor for class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
- ConnectionHandler - Interface in org.apache.ace.agent
-
Agent context delegate interface that is responsible for opening connection.
- ConnectionHandler.Types - Enum in org.apache.ace.agent
-
Supported authentication types.
- ConnectionHandlerImpl - Class in org.apache.ace.agent.impl
-
Default thread-safe
ConnectionHandler
implementation with support for BASIC authentication and HTTPS client
certificates.
- ConnectionHandlerImpl() - Constructor for class org.apache.ace.agent.impl.ConnectionHandlerImpl
-
- copy(InputStream, OutputStream) - Method in class org.apache.ace.agent.updater.Activator
-
- get(String, String) - Method in interface org.apache.ace.agent.ConfigurationHandler
-
Retrieve the configuration value associated with the key, or the specified default.
- get(String, String) - Method in class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
- getAgentContext() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getAgentId() - Method in interface org.apache.ace.agent.AgentControl
-
Returns the agent's identifier
- getAgentId() - Method in interface org.apache.ace.agent.IdentificationHandler
-
Return the agent identification.
- getAgentId() - Method in class org.apache.ace.agent.impl.AgentControlImpl
-
- getAgentId() - Method in class org.apache.ace.agent.impl.IdentificationHandlerImpl
-
- getAgentUpdateHandler() - Method in interface org.apache.ace.agent.AgentControl
-
Returns the update handler
- getAgentUpdateHandler() - Method in class org.apache.ace.agent.impl.AgentControlImpl
-
- getAgentUpdateHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getAllFeedbackStoreIDs() - Method in class org.apache.ace.agent.impl.FeedbackStoreManager
-
Return a sorted set of all the feedback stores
- getAvailableVersions() - Method in class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- getAvailableVersions() - Method in class org.apache.ace.agent.impl.DeploymentHandlerImpl
-
- getAvailableVersions() - Method in interface org.apache.ace.agent.UpdateHandler
-
Return the sorted set of available update-versions as reported by the server.
- getBackoffTime() - Method in exception org.apache.ace.agent.RetryAfterException
-
Returns the time to "back off" from accessing the server.
- getBoolean(String, boolean) - Method in interface org.apache.ace.agent.ConfigurationHandler
-
Retrieve the configuration value associated with the key, or the specified default.
- getBoolean(String, boolean) - Method in class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
- getBundleContext() - Method in class org.apache.ace.agent.impl.DependencyTrackerImpl
-
- getChannel(String) - Method in interface org.apache.ace.agent.FeedbackHandler
-
Returns the feedback channel for a name
- getChannel(String) - Method in class org.apache.ace.agent.impl.FeedbackHandlerImpl
-
- getChannelNames() - Method in interface org.apache.ace.agent.FeedbackHandler
-
Returns the feedback channels names
- getChannelNames() - Method in class org.apache.ace.agent.impl.FeedbackHandlerImpl
-
- getCode() - Method in exception org.apache.ace.agent.InstallationFailedException
-
- getConfigurationHandler() - Method in interface org.apache.ace.agent.AgentControl
-
Returns the configuration handler
- getConfigurationHandler() - Method in class org.apache.ace.agent.impl.AgentControlImpl
-
- getConfigurationHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getConnection(URL) - Method in interface org.apache.ace.agent.ConnectionHandler
-
Return a connection for the specified url.
- getConnection(URL) - Method in class org.apache.ace.agent.impl.ConnectionHandlerImpl
-
- getConnectionHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getDataLocation() - Method in class org.apache.ace.agent.impl.DownloadHandlerImpl
-
- getDeploymentHandler() - Method in interface org.apache.ace.agent.AgentControl
-
Returns the deployment handler
- getDeploymentHandler() - Method in class org.apache.ace.agent.impl.AgentControlImpl
-
- getDeploymentHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getDiscoveryHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getDownloadHandle(Version, boolean) - Method in class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- getDownloadHandle(Version, boolean) - Method in class org.apache.ace.agent.impl.DeploymentHandlerImpl
-
- getDownloadHandle(Version, boolean) - Method in interface org.apache.ace.agent.UpdateHandler
-
- getDownloadHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getEvents(long, long, long) - Method in class org.apache.ace.agent.impl.FeedbackStoreManager
-
Return all events in the store in the given range.
- getEventsHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getExecutorService() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getFeedbackHandler() - Method in interface org.apache.ace.agent.AgentControl
-
Returns the feedback handler
- getFeedbackHandler() - Method in class org.apache.ace.agent.impl.AgentControlImpl
-
- getFeedbackHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getFileSize() - Method in class org.apache.ace.agent.impl.FeedbackStore
-
Return the filesize for this file
- getFirstEventID() - Method in class org.apache.ace.agent.impl.FeedbackStore
-
Get the ID of the first written event record, which is most of the times the first event record.
- getHandle(URL) - Method in interface org.apache.ace.agent.DownloadHandler
-
- getHandle(URL) - Method in class org.apache.ace.agent.impl.DownloadHandlerImpl
-
- getHandler(Class<T>) - Method in interface org.apache.ace.agent.AgentContext
-
Return the handler for a specified interface.
- getHandler(Class<T>) - Method in class org.apache.ace.agent.impl.AgentContextImpl
-
- getHighestAvailableVersion() - Method in interface org.apache.ace.agent.UpdateHandler
-
Returns the highest available update-version as reported by the server.
- getHighestEventID(long) - Method in class org.apache.ace.agent.impl.FeedbackStoreManager
-
Give the highest eventId that is is present is the specified store
- getId() - Method in class org.apache.ace.agent.impl.FeedbackStore
-
Get the log id of this store.
- getIdentificationHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getInputStream() - Method in interface org.apache.ace.agent.DownloadResult
-
Returns an input stream to the downloaded result.
- getInputStream(Version, boolean) - Method in class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- getInputStream(Version, boolean) - Method in class org.apache.ace.agent.impl.DeploymentHandlerImpl
-
- getInputStream() - Method in class org.apache.ace.agent.impl.DownloadResultImpl
-
- getInputStream(Version, boolean) - Method in interface org.apache.ace.agent.UpdateHandler
-
Returns the InputStream
for an update.
- getInstalledVersion() - Method in class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- getInstalledVersion() - Method in class org.apache.ace.agent.impl.DeploymentHandlerImpl
-
- getInstalledVersion() - Method in interface org.apache.ace.agent.UpdateHandler
-
Return version of the current installed update for this agent.
- getInt(String, int) - Method in interface org.apache.ace.agent.ConfigurationHandler
-
Retrieve the configuration value associated with the key, or the specified default.
- getInt(String, int) - Method in class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
- getLastEventID() - Method in class org.apache.ace.agent.impl.FeedbackStore
-
Get the ID of the last written event record, which is most of the times the current event record.
- getLoggingHandler() - Method in class org.apache.ace.agent.impl.ComponentBase
-
- getLogLevel() - Method in enum org.apache.ace.agent.LoggingHandler.Levels
-
- getLong(String, long) - Method in interface org.apache.ace.agent.ConfigurationHandler
-
Retrieve the configuration value associated with the key, or the specified default.
- getLong(String, long) - Method in class org.apache.ace.agent.impl.ConfigurationHandlerImpl
-
- getName() - Method in class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- getName() - Method in class org.apache.ace.agent.impl.DeploymentHandlerImpl
-
- getName() - Method in interface org.apache.ace.agent.UpdateHandler
-
- getOriginalMessage() - Method in exception org.apache.ace.agent.InstallationFailedException
-
- getReason() - Method in exception org.apache.ace.agent.InstallationFailedException
-
- getRecords(long, long) - Method in class org.apache.ace.agent.impl.FeedbackStore
-
- getServerUrl() - Method in interface org.apache.ace.agent.DiscoveryHandler
-
Return a server base URL.
- getServerUrl() - Method in class org.apache.ace.agent.impl.DiscoveryHandlerImpl
-
Returns the first available URL from a the ordered list of the configured server URLs.
- getSize(Version, boolean) - Method in class org.apache.ace.agent.impl.AgentUpdateHandlerImpl
-
- getSize(Version, boolean) - Method in class org.apache.ace.agent.impl.DeploymentHandlerImpl
-
- getSize(Version, boolean) - Method in interface org.apache.ace.agent.UpdateHandler
-
Return the estimated size for an update as reported by the server.
- getWorkDir() - Method in interface org.apache.ace.agent.AgentContext
-
Return the work directory.
- getWorkDir() - Method in class org.apache.ace.agent.impl.AgentContextImpl
-
- getWorkDir() - Method in class org.apache.ace.agent.impl.ComponentBase
-