Interface | Description |
---|---|
AgentConstants |
Compile time constants for this package.
|
AgentContext |
Internal interface that provides access to handlers, supporting services and static configuration.
|
AgentContextAware |
Providers interface for (extension) components.
|
AgentControl |
The agent's control (service) interface.
|
AgentUpdateHandler |
Agent context delegate interface that is responsible for managing agent updates.
|
ConfigurationHandler |
Agent context delegate interface that is responsible for managing persisted configuration.
|
ConnectionHandler |
Agent context delegate interface that is responsible for opening connection.
|
DeploymentHandler |
Agent context delegate interface that provides the deployment functions.
|
DiscoveryHandler |
Agent context delegate interface that is responsible for discovering servers.
|
DownloadHandle |
A
DownloadHandle provides control over an asynchronous download and access to the resulting file when the it
is completed. |
DownloadHandle.DownloadProgressListener |
Callback interface; when registered the completed method will be invoked when the download terminates for any
reason.
|
DownloadHandler |
Service interface for downloading content from a particular
URL . |
DownloadResult |
Represents the result of a download task.
|
EventListener |
Listener interface for consumers that wish to be notified of agent events.
|
EventsHandler |
Agent context delegate interface that is responsible for handling events.
|
FeedbackChannel |
Represents a channel on which feedback information can be reported back to the server.
|
FeedbackHandler |
Agent context delegate interface that is responsible for handling feedback channels.
|
IdentificationHandler |
Agent context delegate interface that is responsible for target identification.
|
LoggingHandler |
Agent context delegate interface that is responsible for logging.
|
UpdateHandler |
Generic interface for installing updates.
|
Enum | Description |
---|---|
ConnectionHandler.Types |
Supported authentication types.
|
DownloadState |
The state of a download handle that completed.
|
LoggingHandler.Levels |
Exception | Description |
---|---|
InstallationFailedException |
Generic exception that is thrown when an installation of an update failed.
|
RetryAfterException |
Exception that indicates that the upstream server responded with a Retry-After.
|