| Modifier and Type | Class and Description |
|---|---|
class |
ExportCommand
A local export command.
|
class |
HelpCommand
The help command will display the help text for all the commands and their
options
|
class |
ListCommandsCommand
A local list-commands command.
|
class |
LoginCommand
The asadmin login command.
|
class |
MultimodeCommand
A scaled-down implementation of multi-mode command.
|
class |
UnsetCommand
A local unset command to unset environment variables.
|
class |
VersionCommand
A local version command.
|
| Modifier and Type | Method and Description |
|---|---|
static CLICommand |
CLICommand.getCommand(CLIContainer cLIContainer,
String name) |
static CLICommand |
CLICommand.getCommand(org.glassfish.hk2.api.ServiceLocator serviceLocator,
String name)
Get a CLICommand object representing the named command.
|
CLICommand |
CLIContainer.getLocalCommand(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeNodeMasterPasswordCommand
The change-master-password command for a node.
|
class |
CreateLocalInstanceCommand
This is a local command that calls the primitive remote _register-instance to add the
entries in domain.xml and then the primitive local command _create-instance-filesystem
to create the empty directory structure and das.properties
|
class |
CreateLocalInstanceFilesystemCommand
This is a local command that creates a local instance.
|
class |
CreateNodeAgentCommand
This is a local command that creates a node agent.
|
class |
DeleteInstanceFilesystem
Delete a local server instance.
|
class |
DeleteLocalInstanceCommand
Delete a local server instance.
|
class |
ImportSyncBundleCommand
This is a local command that unbundles the bundle generated by export-sync-bundle.
|
class |
InstallNodeCommand
This class is needed for backwards compatibility.
|
class |
InstallNodeDcomCommand |
class |
InstallNodeSshCommand |
class |
LocalInstanceCommand
A base class for local commands that manage a local server instance.
|
class |
RestartLocalInstanceCommand |
class |
SetupLocalDcom |
class |
SetupSshKey
This is a local command that distributes the SSH public key to remote node(s)
|
class |
StartLocalInstanceCommand
Start a local server instance.
|
class |
StopLocalInstanceCommand
Stop a local server instance.
|
class |
SynchronizeInstanceCommand
Synchronize a local server instance.
|
class |
UninstallNodeCommand
This class is needed for backwards compatibility.
|
class |
UninstallNodeDcomCommand |
class |
UninstallNodeSshCommand |
class |
ValidateDasOptions
Validate DAS host, port, secure options.
|
class |
ValidateMulticastCommand
asadmin local command that wraps the multicast validator tool
in shoal-gms-impl.jar
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackupCommands
This is a local command for backing-up domains.
|
class |
BackupDomainCommand
This is a local command for backing-up domains.
|
class |
DatabaseCommand
This is an abstract class to be inherited by StartDatabaseCommand and
StopDatabaseCommand.
|
class |
ListBackupsCommand
This is a local command for listing backed up domains.
|
class |
RestoreDomainCommand
This is a local command for restoring domains.
|
class |
StartDatabaseCommand
start-database command This command class will invoke DBControl to first ping
if the database is running.
|
class |
StopDatabaseCommand
stop-database command This command class will invoke DBControl to stop the
database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteCLICommand
A remote command handled by the asadmin CLI.
|
class |
RemoteCommand
A remote command handled by the asadmin CLI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeAdminPasswordCommand
The change-admin-password command.
|
class |
ChangeMasterPasswordCommand
The change-master-password command.
|
class |
ChangeMasterPasswordCommandDAS
The change-master-password command for the DAS.
|
class |
CreateDomainCommand
This is a local command that creates a domain.
|
class |
CreateServiceCommand
Create a "service" in the operating system to start this domain
automatically.
|
class |
DeleteDomainCommand
This is a local command that deletes a domain.
|
class |
DeleteServiceCommand
Delete a "service" in the operating system.
|
class |
ListDomainsCommand
This is a local command that lists the domains.
|
class |
LocalDomainCommand
A class that's supposed to capture all the behavior common to operation
on a "local" domain.
|
class |
LocalServerCommand
A class that's supposed to capture all the behavior common to operation
on a "local" server.
|
class |
MonitorCommand
A local Monitor Command (this will call the remote 'monitor' command).
|
class |
RestartDomainCommand
THe restart-domain command.
|
class |
StartDomainCommand
The start-domain command.
|
class |
StopDomainCommand
The stop-domain command.
|
class |
VerifyDomainXmlCommand
Implementation for the CLI command verify-domain-xml
Verifies the content of the domain.xml file
verify-domain-xml [--domaindir install_dir/domains] [domain_name]
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestartDomainsCommand
Restarts a comma separated list of domains
|
class |
StartDomainsCommand
Starts a comma separated list of domains
|
class |
StopAllDomainsCommand
The stop-all-domains command
|
class |
StopDomainsCommand
Stops a comma separated list of domains
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalOSGiShellCommand
A simple local asadmin sub-command to establish an interactive osgi shell.
|
Copyright © 2017. All rights reserved.