Uses of Class
com.sun.enterprise.admin.cli.CLICommand
-
-
Uses of CLICommand in com.sun.enterprise.admin.cli
Subclasses of CLICommand in com.sun.enterprise.admin.cli Modifier and Type Class Description classExportCommandA local export command.classHelpCommandThe help command will display the help text for all the commands and their optionsclassListCommandsCommandA local list-commands command.classLoginCommandThe asadmin login command.classMultimodeCommandA scaled-down implementation of multi-mode command.classUnsetCommandA local unset command to unset environment variables.classVersionCommandA local version command.Methods in com.sun.enterprise.admin.cli that return CLICommand Modifier and Type Method Description static CLICommandCLICommand. getCommand(CLIContainer cLIContainer, String name)static CLICommandCLICommand. getCommand(org.glassfish.hk2.api.ServiceLocator serviceLocator, String name)Get a CLICommand object representing the named command.CLICommandCLIContainer. getLocalCommand(String name) -
Uses of CLICommand in com.sun.enterprise.admin.cli.cluster
Subclasses of CLICommand in com.sun.enterprise.admin.cli.cluster Modifier and Type Class Description classChangeNodeMasterPasswordCommandThe change-master-password command for a node.classCreateLocalInstanceCommandThis 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.propertiesclassCreateLocalInstanceFilesystemCommandThis is a local command that creates a local instance.classDeleteInstanceFilesystemDelete a local server instance.classDeleteLocalInstanceCommandDelete a local server instance.classImportSyncBundleCommandThis is a local command that unbundles the bundle generated by export-sync-bundle.classInstallNodeCommandThis class is needed for backwards compatibility.classInstallNodeDcomCommandclassInstallNodeSshCommandclassLocalInstanceCommandA base class for local commands that manage a local server instance.classRestartLocalInstanceCommandRestart a local server instance.classSetupLocalDcomclassSetupSshKeyThis is a local command that distributes the SSH public key to remote node(s)classStartLocalInstanceCommandStart a local server instance.classStopLocalInstanceCommandStop a local server instance.classSynchronizeInstanceCommandSynchronize a local server instance.classUninstallNodeCommandThis class is needed for backwards compatibility.classUninstallNodeDcomCommandclassUninstallNodeSshCommandclassValidateDasOptionsValidate DAS host, port, secure options. -
Uses of CLICommand in com.sun.enterprise.admin.cli.optional
Subclasses of CLICommand in com.sun.enterprise.admin.cli.optional Modifier and Type Class Description classBackupCommandsThis is a local command for backing-up domains.classBackupDomainCommandThis is a local command for backing-up domains.classDatabaseCommandThis is an abstract class to be inherited by StartDatabaseCommand and StopDatabaseCommand.classListBackupsCommandThis is a local command for listing backed up domains.classRestoreDomainCommandThis is a local command for restoring domains.classStartDatabaseCommandstart-database command This command class will invoke DBControl to first ping if the database is running.classStopDatabaseCommandstop-database command This command class will invoke DBControl to stop the database. -
Uses of CLICommand in com.sun.enterprise.admin.cli.remote
Subclasses of CLICommand in com.sun.enterprise.admin.cli.remote Modifier and Type Class Description classRemoteCLICommandA remote command handled by the asadmin CLI.classRemoteCommandA remote command handled by the asadmin CLI. -
Uses of CLICommand in com.sun.enterprise.admin.servermgmt.cli
Subclasses of CLICommand in com.sun.enterprise.admin.servermgmt.cli Modifier and Type Class Description classChangeAdminPasswordCommandThe change-admin-password command.classChangeMasterPasswordCommandThe change-master-password command.classChangeMasterPasswordCommandDASThe change-master-password command for the DAS.classCreateDomainCommandThis is a local command that creates a domain.classCreateServiceCommandCreate a "service" in the operating system to start this domain automatically.classDeleteDomainCommandThis is a local command that deletes a domain.classDeleteServiceCommandDelete a "service" in the operating system.classListDomainsCommandThis is a local command that lists the domains.classLocalDomainCommandA class that's supposed to capture all the behavior common to operation on a "local" domain.classLocalServerCommandA class that's supposed to capture all the behavior common to operation on a "local" server.classMonitorCommandA local Monitor Command (this will call the remote 'monitor' command).classRestartDomainCommandTHe restart-domain command.classStartDomainCommandThe start-domain command.classStopDomainCommandThe stop-domain command.classVerifyDomainXmlCommandImplementation for the CLI command verify-domain-xml Verifies the content of the domain.xml file verify-domain-xml [--domaindir install_dir/domains] [domain_name] -
Uses of CLICommand in fish.payara.admin.servermgmt.cli
Subclasses of CLICommand in fish.payara.admin.servermgmt.cli Modifier and Type Class Description classAddKeypairCommandAdds a new PKCS#8 encoded plain (unencrypted) RSA keypair to the domain's keystoreclassGenerateEncryptionKeyclassPrintCertificateCommandPrints information about a certificate given in a file.classRestartDomainsCommandRestarts a comma separated list of domainsclassStartDomainsCommandStarts a comma separated list of domainsclassStopAllDomainsCommandThe stop-all-domains commandclassStopDomainsCommandStops a comma separated list of domains -
Uses of CLICommand in org.glassfish.osgi.cli.interactive
Subclasses of CLICommand in org.glassfish.osgi.cli.interactive Modifier and Type Class Description classLocalOSGiShellCommandA simple local asadmin sub-command to establish an interactive osgi shell.
-