| Interface | Description |
|---|---|
| CommandNotification.Listener |
An implementation of Listener interface is used by the clients that invoke
install/uninstall functions of AppManagement in local mode.
|
| CommandProviderHelper |
This interface defines the methods that are useful to command providers
but not command users.
|
| Class | Description |
|---|---|
| AbstractAdminCommand |
The class is the base class for any admin command implementation.
|
| AbstractCommandStep |
The class is the base class for any command step implementation.
|
| AbstractTaskCommand |
The class is the base class for any task command implementation.
|
| CommandNotification |
AppNotification class defines the event data passed back by AppManagement
implementation during asynchronous operations such installation or uninstallation.
|
| CommandProvider |
An abstract class any command provider must extend.
|
| CommandResultImpl |
Provide a basic implementation for CommandResult.
|
| SimpleAdminCommand |
A simple implementation of AdminCommand.
|
| SimpleCommandProvider |
The class provides a mechanism for command providers to implement multiple
admin commands easily.
|
| TaskCommandResultImpl |
A default TaskCommandResult implementation.
|