Uses of Class
com.sun.enterprise.admin.servermgmt.cli.LocalServerCommand
-
Packages that use LocalServerCommand Package Description com.sun.enterprise.admin.cli.cluster com.sun.enterprise.admin.cli.optional com.sun.enterprise.admin.servermgmt.cli fish.payara.admin.servermgmt.cli -
-
Uses of LocalServerCommand in com.sun.enterprise.admin.cli.cluster
Subclasses of LocalServerCommand 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.classLocalInstanceCommandA base class for local commands that manage a local server instance.classRestartLocalInstanceCommandRestart a local server instance.classStartLocalInstanceCommandStart a local server instance.classStopLocalInstanceCommandStop a local server instance.classSynchronizeInstanceCommandSynchronize a local server instance.classValidateDasOptionsValidate DAS host, port, secure options. -
Uses of LocalServerCommand in com.sun.enterprise.admin.cli.optional
Subclasses of LocalServerCommand 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.classListBackupsCommandThis is a local command for listing backed up domains.classRestoreDomainCommandThis is a local command for restoring domains. -
Uses of LocalServerCommand in com.sun.enterprise.admin.servermgmt.cli
Subclasses of LocalServerCommand in com.sun.enterprise.admin.servermgmt.cli Modifier and Type Class Description classChangeAdminPasswordCommandThe change-admin-password command.classChangeMasterPasswordCommandDASThe change-master-password command for the DAS.classDeleteDomainCommandThis is a local command that deletes a domain.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.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 LocalServerCommand in fish.payara.admin.servermgmt.cli
Subclasses of LocalServerCommand 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 keystoreclassGenerateEncryptionKeyclassRestartDomainsCommandRestarts a comma separated list of domainsclassStartDomainsCommandStarts a comma separated list of domainsclassStopAllDomainsCommandThe stop-all-domains commandclassStopDomainsCommandStops a comma separated list of domains
-