Uses of Interface
org.glassfish.api.admin.AdminCommand
-
-
Uses of AdminCommand in com.sun.enterprise.admin.cli.schemadoc
Classes in com.sun.enterprise.admin.cli.schemadoc that implement AdminCommand Modifier and Type Class Description classGenerateDomainSchema -
Uses of AdminCommand in com.sun.enterprise.admin.commands
Classes in com.sun.enterprise.admin.commands that implement AdminCommand Modifier and Type Class Description classCreateSslCreate Ssl Command Usage: create-ssl --type [http-listener|iiop-listener|iiop-service|protocol] --certname cert_name [--ssl3tlsciphers ssl3tlsciphers] [--tlsrollbackenabled=true] [--clientauthenabled=false] [--target target(Default server)] [listener_id|protocol_id] domain.xml element example <ssl cert-nickname="s1as" client-auth-enabled="false" tls-enabled="true" tls-rollback-enabled="true"/>classDeleteSslDelete Ssl command Usage: delete-ssl --type [http-listener|iiop-listener|iiop-service|protocol] [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] [listener_id|protocol_id] -
Uses of AdminCommand in com.sun.enterprise.admin.util
Methods in com.sun.enterprise.admin.util with parameters of type AdminCommand Modifier and Type Method Description booleanCommandSecurityChecker. authorize(Subject subject, Map<String,Object> env, AdminCommand command, AdminCommandContext adminCommandContext)Reports whether the Subject is allowed to perform the specified admin command.voidNucleusAuthorizationPreprocessor. describeAuthorization(Subject subject, String resourceName, String action, AdminCommand command, Map<String,Object> context, Map<String,String> subjectAttributes, Map<String,String> resourceAttributes, Map<String,String> actionAttributes)Collection<? extends AccessRequired.AccessCheck>CommandSecurityChecker. getAccessChecks(AdminCommand command, Subject subject)Returns all AccessCheck objects which apply to the specified command. -
Uses of AdminCommand in com.sun.enterprise.config.modularity.command
Classes in com.sun.enterprise.config.modularity.command that implement AdminCommand Modifier and Type Class Description classCreateModuleConfigCommandA remote command to create the default configuration for a given service using the snippets available in the relevant module.classDeleteModuleConfigCommandA remote command to delete a module's configuration.classGetActiveConfigCommandGet the current active configuration of a service and print it out for the user's review. -
Uses of AdminCommand in com.sun.enterprise.config.serverbeans
Classes in com.sun.enterprise.config.serverbeans that implement AdminCommand Modifier and Type Class Description classCopyConfig -
Uses of AdminCommand in com.sun.enterprise.security.admin.cli
Classes in com.sun.enterprise.security.admin.cli that implement AdminCommand Modifier and Type Class Description classDisableSecureAdminCommandAdjusts the DAS configuration to turn off secure admin, as if by executing these commands:classEnableSecureAdminCommandRecords that secure admin is to be used and adjusts each admin listener configuration in the domain to use secure admin.classSecureAdminCommandProvides common behavior for the enable and disable secure admin commands. -
Uses of AdminCommand in com.sun.enterprise.security.cli
Classes in com.sun.enterprise.security.cli that implement AdminCommand Modifier and Type Class Description classChangeAdminPasswordChange Admin Password Command Usage: change-admin-password [--user admin_user] [--terse=false] [--echo=false] [--host localhost] [--port 4848|4849] [--secure | -s]classCreateAuditModuleCreate Audit Module Command Usage: create-audit-module --classname classnme [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--property (name=value) [:name=value]*] [--target target(Default server)] audit_module_name domain.xml element exampleclassCreateAuthRealmCLI command to create Authentication Realm Usage: create-auth-realm --classname realm_class [--terse=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--property (name=value)[:name=value]*] [--echo=false] [--target target(Default server)] auth_realm_name domain.xml element example OrclassCreateFileUserCreate File User Command Usage: create-file-user [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--userpassword admin_passwd] [--passwordfile file_name] [--groups user_groups[:user_groups]*] [--authrealmname authrealm_name] [--target target(Default server)] usernameclassCreateJACCProviderCreate Jacc Provider Command Usage: create-jacc-provider --policyconfigfactoryclass pc_factory_class --policyproviderclass pol_provider_class [--help] [--user admin_user] [--passwordfile file_name] [ --property (name=value)[:name=value]*] [ --target target_name] jacc_provider_name domain.xml element exampleclassCreateMessageSecurityProviderCreate Message Security Provider Command Usage: create-message-security-provider [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] [--layer message_layer=SOAP] [--providertype provider_type] [--requestauthsource request_auth_source] [--requestauthrecipient request_auth_recipient] [--responseauthsource response_auth_source] [--responseauthrecipient response_auth_recipient] [--isdefaultprovider] [--property (name=value)[:name=value]*] --classname provider_class provider_name domain.xml element exampleclassCreatePasswordAliasCreate Password Alias Command Usage: create-password-alias [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname Result of the command is that:/ /config/domain-passwords file gets appended with the entry of the form: aliasname= A user can use this aliased password now in setting passwords in domain.xml. classDeleteAuditModuleDelete Audit Module Command Usage: delete-audit-module [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] auth_realm_nameclassDeleteAuthRealmDelete Auth Realm Command Usage: delete-auth-realm [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] auth_realm_nameclassDeleteFileUserDelete File User Command Usage: delete-file-user [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--authrealmname authrealm_name] [--target target(Default server)] usernameclassDeleteJaccProviderUsage: delete-jacc-provider [--help] [--user admin_user] [--passwordfile file_name] [ --target target_name] jacc_provider_nameclassDeleteMessageSecurityProviderDelete Message Security Provider Command Usage: delete-message-security-provider --layer message_layer [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Defaultserver)] provider_nameclassDeletePasswordAliasDelete Password Alias Command Usage: delete-password-alias [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname Result of the command is that: The entry of the form: aliasname=in / /config/domain-passwords file is removed domain.xml example entry is: classListAuditModuleList Audit Modules Command Usage: list-audit-modules [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [target(Default server)]classListAuthRealmList Auth Realms Command Usage: list-auth-realms [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [target(Default server)]classListFileGroupList File GroupsCommand Usage: list-file-groups [--terse={true|false}][ --echo={true|false} ] [ --interactive={true|false} ] [--host host] [--port port] [--secure| -s ] [--user admin_user] [--passwordfile filename] [--help] [--name username] [--authrealmname auth_realm_name] [ target]classListFileUserList File Users Command Usage: list-file-users [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--authrealmname authrealm_name] [target(Default server)]classListJaccProvidersUsage: list-jacc-providers [--help] [--user admin_user] [--passwordfile file_name] [target(Default server)]classListMessageSecurityProviderList Message Security Providers Command Usage: list-message-security-providers [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--layer message_layer] [target(Default server)]classListPasswordAliasList Password Aliases Command Usage: list-password-aliases [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] Result of the command is that:/ /config/domain-passwords file gets appended with the entry of the form: aliasname= A user can use this aliased password now in setting passwords in domin.xml. classListSupportedCipherSuitesauthor - Nithya Subramanian Usage: list-supported-cipher-suites [--help] [--user admin_user] [--passwordfile file_name] [target_name(default server)]classUpdateFileUserUpdate File User Command Usage: update-file-user [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--userpassword admin_passwd] [--groups user_groups[:user_groups]*] [--authrealmname authrealm_name] [--target target(Default server)] usernameclassUpdatePasswordAliasUpdate Password Alias Command Usage: update-password-alias [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] aliasname Result of the command is that: the entry of the form: aliasname=in / /config/domain-passwords file gets updated with the new alias password domain.xml example entry is: Uses of AdminCommand in com.sun.enterprise.server.logging.commands
Classes in com.sun.enterprise.server.logging.commands that implement AdminCommand Modifier and Type Class Description classCollectLogFilesCreated by IntelliJ IDEA.classDeleteLogLevelCreated by IntelliJ IDEA.classInstanceGetLogFileCommandCreated by IntelliJ IDEA.classListLogAttributesCreated by IntelliJ IDEA.classListLoggerLevelsCreated by IntelliJ IDEA.classListLoggersclassLoadDefaultLogAttributesclassLoadDefaultLogLevelsclassRotateLogclassSetLogAttributesSet Log Attributes Command Updates one or more loggers' attributesclassSetLogFileFormatclassSetLogLevelCreated by IntelliJ IDEA.Uses of AdminCommand in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement AdminCommand Modifier and Type Class Description classCreateProfilerCreate Profiler CommandclassCreateSystemPropertiesCreate System Properties Command Adds or updates one or more system properties of the domain, configuration, cluster, or server instance Usage: create-system-properties [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] (name=value)[:name=value]*classDeleteProfilerDelete JDBC Resource commandclassDeleteSystemPropertyDelete System Property Command Removes one system property of the domain, configuration, cluster, or server instance, at a time Usage: delete-system-property [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure|-s=true] [--user admin_user] [ --passwordfile file_name] [--target target(Default server)] property_nameclassDumpHK2CommandDumps the currently configured HK2 modules and their contents.classGenerateBashAutoCompletionCommandclassGetCommandUser: Jerome Dochez Date: Jul 10, 2008 Time: 12:17:26 AMclassGetHabitatInfoDumps a sorted list of all registered Contract's in the HabitatclassGetRestartRequiredCommandReturn the "restart required" flag.classListCommandUser: Jerome Dochez Date: Jul 12, 2008 Time: 1:27:53 AMclassListCommandDescriptorsCommandCreate data structures that describe the command.classListCommandsCommandSimple admin command to list all existing commands.classListContainersCommandThis admin command list the containers currentely running within that Glassfish instanceclassListModulesCommandList the modules available to this instance and their statusclassListSystemPropertiesList System Properties Command Lists the system properties of the domain, configuration, cluster, or server instance Usage: lists-system-properties [--terse={true|false}][ --echo={true|false} ] [ --interactive={true|false} ] [ --host host] [--port port] [--secure| -s ] [ --user admin_user] [--passwordfile filename] [--help] [target_name]classLocationsCommandLocations command to indicate where this server is installed.classRestartDomainCommandFor non-verbose mode: Stop this server, spawn a new JVM that will wait for this JVM to die.classRuntimeInfohttps://glassfish.dev.java.net/issues/show_bug.cgi?id=12483classSetCommandUser: Jerome Dochez Date: Jul 11, 2008 Time: 4:39:05 AMclassStopDomainCommandAdminCommand to stop the domain execution which mean shuting down the application server.classUptimeCommanduptime command Reports on how long the server has been running.classVersionCommandReturn the version and build numberMethods in com.sun.enterprise.v3.admin that return AdminCommand Modifier and Type Method Description AdminCommandCommandRunnerImpl. getCommand(String scope, String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandName.AdminCommandCommandRunnerImpl. getCommand(String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandName for the null scope.AdminCommandSupplementalCommandExecutorImpl.SupplementalCommandImpl. getCommand()Methods in com.sun.enterprise.v3.admin with parameters of type AdminCommand Modifier and Type Method Description voidJobManagerService. checkpoint(AdminCommand command, AdminCommandContext context)voidJobAuthorizationAttributeProcessor. describeAuthorization(Subject subject, String resourceName, String action, AdminCommand command, Map<String,Object> context, Map<String,String> subjectAttributes, Map<String,String> resourceAttributes, Map<String,String> actionAttributes)voidCommandRunnerImpl. getHelp(AdminCommand command, ActionReport report)booleanCommandRunnerImpl. validateCommandModelETag(AdminCommand command, String eTag)protected abstract booleanAdminAdapter. validatePrivacy(AdminCommand command)protected booleanPrivateAdminAdapter. validatePrivacy(AdminCommand command)protected booleanPublicAdminAdapter. validatePrivacy(AdminCommand command)Uses of AdminCommand in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster that implement AdminCommand Modifier and Type Class Description classBootstrapSecureAdminCommandBootstraps secure admin on a new instance by downloading the minimum files required for the client to offer client authentication using a cert.classCopyConfigCommandThis is a remote command that copies a config to a destination config.classCreateInstanceCommandRemote AdminCommand to create an instance.classCreateNodeConfigCommandRemote AdminCommand to create a config node.classCreateNodeImplicitCommandRemote AdminCommand to create a config node.classCreateNodeSshCommandRemote AdminCommand to create and ssh node.classCreateRemoteNodeCommandRefactored from CreateNodeSshCommand.java on 9/10/11 Note the use of "protected" visibility is one of those rare times when it is actually necessary.classDeleteConfigCommandThis is a remote command that deletes a destination config.classDeleteInstanceCommandRemote AdminCommand to delete an instance.classDeleteNodeConfigCommandRemote AdminCommand to create a config node.classDeleteNodeRemoteCommandRemote AdminCommand to delete a config node.classDeleteNodeSshCommandRemote AdminCommand to create a config node.classExportSyncBundleUsage:
export-sync-bundle --target cluster_std-alone-instance [--retrieve] [file_name] classInstanceRegisterInstanceCommandThe _register-instance (and _create-node) command that runs on instanceclassListClustersCommandThis is a remote command that lists the clusters.classListConfigsCommandThis is a remote command that lists the configs.classListInstancesCommandAdminCommand to list all instances and their states This is so clumsy & hard to remember I leave it here as a comment:classListNodesCommandclassListNodesConfigCommandclassListNodesSshCommandclassPingNodeRemoteCommandRemote AdminCommand to validate the connection to an SSH node.classPingNodeSshCommandRemote AdminCommand to validate the connection to an SSH node.classPostRegisterInstanceCommandCauses InstanceRegisterInstanceCommand executions on the correct remote instances.classPostUnregisterInstanceCommandCauses InstanceRegisterInstanceCommand executions on the correct remote instances.classRestartClusterCommandclassRestartInstanceCommandclassRestartInstanceInstanceCommandclassSetupSshCommandThis is a remote command implementation of setup-ssh local commandclassStartClusterCommandclassStartInstanceCommandAdminCommand to start the instance server.classStopClusterCommandclassStopInstanceCommandAdminCommand to stop the instance server.classStopInstanceInstanceCommandAdminCommand to stop the instance server.classSynchronizeFilesSynchronize files.classUpdateNodeCommandRemote AdminCommand to update a config node.classUpdateNodeConfigCommandRemote AdminCommand to update a config node.classUpdateNodeRemoteCommandRemote AdminCommand to update a remote node.classUpdateNodeSshCommandRemote AdminCommand to update an ssh node.classValidateDcomThis command tests to see if a remote Windows machine can be contacted from the server via DCOM.classValidateNodeCommandRemote AdminCommand to validate a config Node.Methods in com.sun.enterprise.v3.admin.cluster with parameters of type AdminCommand Modifier and Type Method Description ActionReport.ExitCodeGlassFishClusterExecutor. execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)Execute the passed command on targeted remote instances.Uses of AdminCommand in com.sun.enterprise.v3.admin.cluster.dcom
Classes in com.sun.enterprise.v3.admin.cluster.dcom that implement AdminCommand Modifier and Type Class Description classCreateNodeDcomRemote AdminCommand to create a DCOM nodeclassDeleteNodeDcomRemote AdminCommand to delete a DCOM nodeclassListNodesDcomCommandRemote AdminCommand to list the DCOM nodesclassPingNodeDcomCommandRemote AdminCommand to validate the connection to a DCOM node.classUpdateNodeDcomCommandRemote AdminCommand to update a DCOM node.Uses of AdminCommand in com.sun.enterprise.v3.admin.commands
Classes in com.sun.enterprise.v3.admin.commands that implement AdminCommand Modifier and Type Class Description classAttachCommandGets CommandInstance from registry based on given id and forwards all events.classConfigureManagedJobsThis command manages configured jobs Managed jobs are commands which are annotated with @ManagedJob ,@Progress or running with --detach You can configure the job retention period, job inactivity period,initial-delay,poll-interval persisting options for those jobs which will be used by the Job Manager to purge the jobs according to the criteria specified.classCreateJvmOptionsCreates given JVM options in server's configuration.classCreateThreadpoolCreate Thread Pool CommandclassDeleteJvmOptionsDeletes given JVM options in server's configuration.classDeleteThreadpoolclassGenerateJvmReportCommandImplements the front end for generating the JVM report.classGetPayloadCommandRetrieve outbound payload from finished managed job.classListJobsCommandThis command will list the jobs related information Currently it prints the jobId, name, time of execution,user and the stateclassListJvmOptionsLists the JVM options configured in server's configuration.classListThreadpoolsList Thread Pools commandUses of AdminCommand in fish.payara.admin.amx.cli
Classes in fish.payara.admin.amx.cli that implement AdminCommand Modifier and Type Class Description classSetAmxEnabledComment to enable AMX, as separate from JMX.Uses of AdminCommand in fish.payara.admin.cluster
Classes in fish.payara.admin.cluster that implement AdminCommand Modifier and Type Class Description classAddInstanceToDeploymentGroupCommandAdds an instance to a deployment groupclassGetTranslatedConfigValueReturns the translated value of a property on a local instanceclassListDeploymentGroupsCommandCommand to list Deployment GroupsclassRemoveInstanceFromDeploymentGroupCommandAdds an instance to a deployment groupclassRestartDeploymentGroupCommandRestarts all instances in a deployment groupclassStartDeploymentGroupCommandStarts all instances in a deployment groupclassStopDeploymentGroupCommandStops all instances in a deployment groupUses of AdminCommand in fish.payara.admin.monitor.cli
Classes in fish.payara.admin.monitor.cli that implement AdminCommand Modifier and Type Class Description classGetMonitoringConfigurationclassGetMonitoringLevelAsadmin command to list Module Monitoring levelclassGetMonitoringServiceConfigurationAsadmin command to list Monitoring Service ConfigurationclassRestartMonitoringAsadmin command to restart Module Monitoring Level.classSetMonitoringConfigurationclassSetMonitoringLevelAsadmin command to set Module Monitoring Level.classSetMonitoringServiceConfigurationAsadmin command to set the Monitoring Service configuration.Uses of AdminCommand in fish.payara.appserver.environment.warning.config.admin
Classes in fish.payara.appserver.environment.warning.config.admin that implement AdminCommand Modifier and Type Class Description classGetEnvironmentWarningConfigurationCommandclassSetEnvironmentWarningConfigurationCommandUses of AdminCommand in fish.payara.appserver.micro.services.asadmin
Classes in fish.payara.appserver.micro.services.asadmin that implement AdminCommand Modifier and Type Class Description classListHazelcastClusterMembersCommandAsadmin command to list information about members of the Domain Hazelcast ClusterclassSendAsadminCommand{ this.instanceGroup = instanceGroup; } Sends an asadmin command to members of the Domain Hazelcast ClusterUses of AdminCommand in fish.payara.appserver.monitoring.rest.service.admin
Classes in fish.payara.appserver.monitoring.rest.service.admin that implement AdminCommand Modifier and Type Class Description classGetRestMonitoringConfigurationASAdmin command to get the rest monitoring services configurationclassSetRestMonitoringConfigurationCommandUses of AdminCommand in fish.payara.appserver.rest.endpoints.config.admin
Classes in fish.payara.appserver.rest.endpoints.config.admin that implement AdminCommand Modifier and Type Class Description classListRestEndpointsCommandCLI for listing all REST endpoints.Uses of AdminCommand in fish.payara.asadmin.recorder.admin
Classes in fish.payara.asadmin.recorder.admin that implement AdminCommand Modifier and Type Class Description classAsadminRecorderEnabledclassDisableAsadminRecorderclassEnableAsadminRecorderclassGetAsadminRecorderConfigurationclassSetAsadminRecorderConfigurationUses of AdminCommand in fish.payara.audit.admin
Classes in fish.payara.audit.admin that implement AdminCommand Modifier and Type Class Description classGetAdminAuditServiceConfigurationGets the current configuration of the admin audit serviceclassSetAdminAuditConfigurationSets the Admin Audit ConfigurationUses of AdminCommand in fish.payara.batch
Classes in fish.payara.batch that implement AdminCommand Modifier and Type Class Description classCleanJbatchRepositoryCleans the records of job executions from the repository.classPurgeJbatchRepositoryPurges the JBatch repository of all history of a specified apptag The default apptag form is server-config:/applicationName_/applicationNameUses of AdminCommand in fish.payara.deployment.admin
Classes in fish.payara.deployment.admin that implement AdminCommand Modifier and Type Class Description classDeployRemoteArchiveCommandclassInitializeAllApplicationsCommandUses of AdminCommand in fish.payara.docker.instance.admin
Classes in fish.payara.docker.instance.admin that implement AdminCommand Modifier and Type Class Description classCreateDockerContainerCommandInternal Asadmin command used to create a Docker container.classDeleteDockerContainerCommandInternal Asadmin command to delete a Docker container.classGetDockerContainerIdCommandInternal Asadmin command that retrieves the Docker container ID registered to an instance.classSetDockerContainerIdCommandInternal Asadmin command that sets the Docker container ID registered to an instance.classStartDockerContainerCommandInternal Asadmin command that starts the Docker container of an instance.classStopDockerContainerCommandInternal Asadmin command that stops the Docker container of an instance.Uses of AdminCommand in fish.payara.docker.node.admin
Classes in fish.payara.docker.node.admin that implement AdminCommand Modifier and Type Class Description classCreateNodeDockerCommandAsadmin command for creating a Docker Node.classCreateNodeTempCommandCommand to create a temporary node.classDeleteNodeDockerCommandAsadmin command for deleting a Docker Node.classDeleteNodeTempCommandCommand to delete a temporary node.classDeleteTempNodesCommandCommand that deletes all temporary nodes that have no running instances.classListNodesDockerCommandAsadmin command for listing Docker Nodes.classUpdateNodeDockerCommandAsadmin command for updating the settings of a Docker Node.Uses of AdminCommand in fish.payara.ejb.http.admin
Classes in fish.payara.ejb.http.admin that implement AdminCommand Modifier and Type Class Description classDisableEjbInvokerCommandDeprecated.classEnableEjbInvokerCommandDeprecated.classGetEjbInvokerConfigurationCommandclassSetEjbInvokerConfigurationCommandUses of AdminCommand in fish.payara.grizzly.config.admin.cli
Classes in fish.payara.grizzly.config.admin.cli that implement AdminCommand Modifier and Type Class Description classRestartHttpListenersCommandclassSetNetworkListenerConfigurationUses of AdminCommand in fish.payara.healthcheck.mphealth
Classes in fish.payara.healthcheck.mphealth that implement AdminCommand Modifier and Type Class Description classSetMicroProfileHealthCheckerConfigurationConfigure the Microprofile Healthcheck CheckerUses of AdminCommand in fish.payara.internal.notification.admin
Classes in fish.payara.internal.notification.admin that implement AdminCommand Modifier and Type Class Description classBaseGetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>The base admin command to get the configuration of a specified notifier.classBaseSetNotifierConfigurationCommand<C extends PayaraNotifierConfiguration>The base admin command to set the configuration of a specified notifier.Uses of AdminCommand in fish.payara.jmx.monitoring.admin
Classes in fish.payara.jmx.monitoring.admin that implement AdminCommand Modifier and Type Class Description classEnableJMXMonitoringServiceOnDasclassEnableJMXMonitoringServiceOnInstanceclassGetJMXMonitoringConfigurationAsadmin command to get the JMX monitoring service's current configuration and pretty print it to the shell.classMonitoringBootstrapperAdmin command to bootstrap JMX monitoring serviceclassSetJMXMonitoringConfigurationAsadmin command to set the JMX monitoring service's configuration.Uses of AdminCommand in fish.payara.microprofile
Classes in fish.payara.microprofile that implement AdminCommand Modifier and Type Class Description classSetSecureMicroprofileConfigurationCommandUses of AdminCommand in fish.payara.microprofile.config.extensions.aws
Classes in fish.payara.microprofile.config.extensions.aws that implement AdminCommand Modifier and Type Class Description classGetAWSSecretsConfigSourceConfigurationCommandclassSetAWSSecretsConfigSourceConfigurationCommandUses of AdminCommand in fish.payara.microprofile.config.extensions.azure.admin
Classes in fish.payara.microprofile.config.extensions.azure.admin that implement AdminCommand Modifier and Type Class Description classGetAzureSecretsConfigSourceConfigurationCommandclassSetAzureSecretsConfigSourceConfigurationCommandUses of AdminCommand in fish.payara.microprofile.config.extensions.dynamodb.admin
Classes in fish.payara.microprofile.config.extensions.dynamodb.admin that implement AdminCommand Modifier and Type Class Description classGetDynamoDBConfigSourceConfigurationCommandclassSetDynamoDBConfigSourceConfigurationCommandUses of AdminCommand in fish.payara.microprofile.config.extensions.gcp
Classes in fish.payara.microprofile.config.extensions.gcp that implement AdminCommand Modifier and Type Class Description classGetGCPSecretsConfigSourceConfigurationCommandclassSetGCPSecretsConfigSourceConfigurationCommandUses of AdminCommand in fish.payara.microprofile.config.extensions.hashicorp.admin
Classes in fish.payara.microprofile.config.extensions.hashicorp.admin that implement AdminCommand Modifier and Type Class Description classGetHashiCorpSecretsConfigSourceConfigurationCommandclassSetHashiCorpSecretsConfigSourceConfigurationCommandUses of AdminCommand in fish.payara.microprofile.config.extensions.ldap.admin
Classes in fish.payara.microprofile.config.extensions.ldap.admin that implement AdminCommand Modifier and Type Class Description classGetLDAPConfigSourceConfigurationclassSetLDAPConfigSourceConfigurationUses of AdminCommand in fish.payara.microprofile.faulttolerance.admin
Classes in fish.payara.microprofile.faulttolerance.admin that implement AdminCommand Modifier and Type Class Description classGetFaultToleranceConfigurationCommandclassSetFaultToleranceConfigurationCommandUses of AdminCommand in fish.payara.microprofile.healthcheck.admin
Classes in fish.payara.microprofile.healthcheck.admin that implement AdminCommand Modifier and Type Class Description classGetMPHealthCheckConfigurationclassSetMPHealthCheckConfigurationUses of AdminCommand in fish.payara.microprofile.metrics.admin
Classes in fish.payara.microprofile.metrics.admin that implement AdminCommand Modifier and Type Class Description classGetMetricsConfigurationCommandAsAdmin command to get metrics configurationclassSetMetricsConfigurationCommandAsAdmin command to set metrics configurationUses of AdminCommand in fish.payara.microprofile.openapi.impl.admin
Classes in fish.payara.microprofile.openapi.impl.admin that implement AdminCommand Modifier and Type Class Description classGetOpenApiConfigurationCommandclassSetOpenApiConfigurationCommandUses of AdminCommand in fish.payara.monitoring.admin
Classes in fish.payara.monitoring.admin that implement AdminCommand Modifier and Type Class Description classSetMonitoringConsoleConfigurationCommandUses of AdminCommand in fish.payara.notification.eventbus.core
Classes in fish.payara.notification.eventbus.core that implement AdminCommand Modifier and Type Class Description classGetCDIEventbusNotifierConfigurationCommandclassGetEventbusNotifierConfigurationCommandclassSetCDIEventbusNotifierConfigurationCommandclassSetEventbusNotifierConfigurationCommandUses of AdminCommand in fish.payara.notification.jms
Classes in fish.payara.notification.jms that implement AdminCommand Modifier and Type Class Description classGetJmsNotifierConfigurationCommandclassSetJmsNotifierConfigurationCommandUses of AdminCommand in fish.payara.nucleus.executorservice.admin
Classes in fish.payara.nucleus.executorservice.admin that implement AdminCommand Modifier and Type Class Description classGetPayaraExecutorServiceConfigurationCommandclassSetPayaraExecutorServiceConfigurationCommandUses of AdminCommand in fish.payara.nucleus.hazelcast.admin
Classes in fish.payara.nucleus.hazelcast.admin that implement AdminCommand Modifier and Type Class Description classClearCacheASAdmin command to clear the cache of all entriesclassGetHazelcastConfigurationAsadmin command to get the current configuration of HazelcastclassListCacheKeysclassListCachesclassListHazelcastMembersclassRestartHazelcastclassSetHazelcastConfigurationUses of AdminCommand in fish.payara.nucleus.healthcheck.admin
Uses of AdminCommand in fish.payara.nucleus.healthcheck.stuck.admin
Classes in fish.payara.nucleus.healthcheck.stuck.admin that implement AdminCommand Modifier and Type Class Description classStuckThreadsConfigurerDeprecated.Replaced bySetHealthCheckServiceConfigurationUses of AdminCommand in fish.payara.nucleus.microprofile.config.admin
Classes in fish.payara.nucleus.microprofile.config.admin that implement AdminCommand Modifier and Type Class Description classDeleteConfigPropertyasAdmin command to the set the value of a config propertyclassGetConfigOrdinalasAdmin command to the get the ordinal for one of the built in Config SourcesclassGetConfigPropertyasAdmin command to get the value of a configuration propertyclassGetConfigSecretsDirectoryasAdmin command to the set the directory for the Secrets Dir Config SourceclassGetJDBCConfigSourceConfigurationclassSetConfigCacheDurationclassSetConfigOrdinalasAdmin command to the set the ordinal for one of the built in Config SourcesclassSetConfigPropertyasAdmin command to the set the value of a config propertyclassSetConfigSecretsDirectoryasAdmin command to the set the directory for the Secrets Dir Config SourceclassSetJDBCConfigSourceConfigurationUses of AdminCommand in fish.payara.nucleus.microprofile.config.source.extension
Classes in fish.payara.nucleus.microprofile.config.source.extension that implement AdminCommand Modifier and Type Class Description classBaseGetConfigSourceConfigurationCommand<C extends ConfigSourceConfiguration>The base admin command to get the configuration of a specified config source.classBaseSetConfigSourceConfigurationCommand<C extends ConfigSourceConfiguration>The base admin command to set the configuration of a specified config source.Uses of AdminCommand in fish.payara.nucleus.notification.admin
Classes in fish.payara.nucleus.notification.admin that implement AdminCommand Modifier and Type Class Description classGetNotificationConfigurationCommandAdmin command to list Notification ConfigurationclassNotificationConfigurerAdmin command to enable/disable all notification services defined in domain.xml.classNotifierServiceListerclassSetNotificationConfigurationAdmin command to set notification services configurationclassTestNotifierTests that the log notifier worksUses of AdminCommand in fish.payara.nucleus.notification.log
Classes in fish.payara.nucleus.notification.log that implement AdminCommand Modifier and Type Class Description classGetLogNotifierConfigurationclassSetLogNotifierConfigurationUses of AdminCommand in fish.payara.nucleus.phonehome.admin
Classes in fish.payara.nucleus.phonehome.admin that implement AdminCommand Modifier and Type Class Description classDisablePhoneHomeAdmin command to disable Phone Home service.classEnablePhoneHomeAdmin command to enable Phone Home service.classListPhoneHomeAdmin command to disable Phone Home service.Uses of AdminCommand in fish.payara.nucleus.requesttracing.admin
Classes in fish.payara.nucleus.requesttracing.admin that implement AdminCommand Modifier and Type Class Description classGetRequestTracingConfigurationAdmin command to list Request Tracing ConfigurationclassListRequestTracesclassRequestTracingBootstrapperAdmin command to bootstrap request tracing serviceclassSetRequestTracingConfigurationAdmin command to enable/disable all request tracing services defined in domain.xml.Uses of AdminCommand in fish.payara.service.example.config.admin
Classes in fish.payara.service.example.config.admin that implement AdminCommand Modifier and Type Class Description classExampleConfigUpdateOnlyOnDASExample command that updates the correct configuration but runs ONLY on the DAS You can do this style of command if you only want to update the configuration and you don't care about updating the service dynamically in other running instances NOTE: If the service is a ConfigListener it will still be notified on the DAS that the configuration has changedclassExampleDASCommandWithReplicationThis is an Exemplar asadmin command that needs to first run on the DAS to do something and then runs an additional command on a number of instances.classExampleInstanceCommandExample Command that does not operate on the configuration but wants to interact directly with the service running in an instance.classGetExampleServiceMessageCommandThis is an exemplar command for displaying to the user the configuration as specified in the domain.xml In contrast to the equivalent set command this command only needs to run on the DAS and does not need to replicate itself to all nodes.classSetExampleServiceMessageExemplar command for configuration updates.Uses of AdminCommand in org.glassfish.admin.cli.resources
Classes in org.glassfish.admin.cli.resources that implement AdminCommand Modifier and Type Class Description classCreateResourceRefCreate Resource Ref CommandclassDeleteResourceRefDelete Resource Ref CommandclassListResourceRefsList Resource Refs CommandclassUpdateResourceRefUses of AdminCommand in org.glassfish.admin.monitor.cli
Classes in org.glassfish.admin.monitor.cli that implement AdminCommand Modifier and Type Class Description classListJndiEntriesclassMonitorReturn the version and build numberUses of AdminCommand in org.glassfish.admin.rest.cli
Classes in org.glassfish.admin.rest.cli that implement AdminCommand Modifier and Type Class Description classGetGroupNamesCommandreturns the list of targetsclassGetRestConfigRemote asadmin command: get-rest-config Purpose: Allows the invoker to get values for the REST module.classGetTokensCommandclassIsAnonymousUserEnabledCommandclassPredefinedAuthRealmClassNamesCommandreturns the list of targetsclassSetRestConfigRemote asadmin command: set-rest-config Purpose: Allows the invoker to configure the REST module.classSupportsUserManagementCommandreturns the list of targetsclassSynchronizeRealmFromConfigreturns the list of targetsUses of AdminCommand in org.glassfish.admin.rest.generator.client
Classes in org.glassfish.admin.rest.generator.client that implement AdminCommand Modifier and Type Class Description classGenerateClientCommandUses of AdminCommand in org.glassfish.api
Methods in org.glassfish.api with parameters of type AdminCommand Modifier and Type Method Description WrappedAdminCommandAsyncImpl. createWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report)Uses of AdminCommand in org.glassfish.api.admin
Classes in org.glassfish.api.admin that implement AdminCommand Modifier and Type Class Description classWrappedAdminCommandRepresents command wrapped withCommandWrapperImpl.Methods in org.glassfish.api.admin that return AdminCommand Modifier and Type Method Description AdminCommandCommandAspectBase. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.AdminCommandCommandAspectImpl. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.static AdminCommandCommandSupport. createWrappers(org.glassfish.hk2.api.ServiceLocator serviceLocator, CommandModel model, AdminCommand command, ActionReport report)Execute wrapping aspects, seeAsyncImplfor example.AdminCommandCommandRunner. getCommand(String scope, String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandNameAdminCommandCommandRunner. getCommand(String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandName for the null scopeAdminCommandJobManager.Checkpoint. getCommand()AdminCommandSupplementalCommandExecutor.SupplementalCommand. getCommand()protected AdminCommandWrappedAdminCommand. getUnwrappedCommand()Get root of wrapped command.protected AdminCommandWrappedAdminCommand. getWrappedCommand()Original command that was wrapped.Methods in org.glassfish.api.admin with parameters of type AdminCommand Modifier and Type Method Description voidJobManager. checkpoint(AdminCommand command, AdminCommandContext context)Stores current command state.AdminCommandCommandAspectBase. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.AdminCommandCommandAspectImpl. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.static AdminCommandCommandSupport. createWrappers(org.glassfish.hk2.api.ServiceLocator serviceLocator, CommandModel model, AdminCommand command, ActionReport report)Execute wrapping aspects, seeAsyncImplfor example.voidAuthorizationPreprocessor. describeAuthorization(Subject subject, String resourceName, String action, AdminCommand command, Map<String,Object> context, Map<String,String> subjectAttributes, Map<String,String> resourceAttributes, Map<String,String> actionAttributes)Optionally adds to the attributes that will be attached to the Subject, the resource, and the action used for an upcoming authorization check.voidCommandAspectBase. done(T ann, AdminCommand command, Job instance)Execute when command is finished successfully or not.voidCommandAspectFacade. done(AdminCommand command, Job instance)Execute when command is finished successfully or not.voidCommandAspectImpl. done(T ann, AdminCommand command, Job instance)Execute when command is finished successfully or not.static voidCommandSupport. done(org.glassfish.hk2.api.ServiceLocator serviceLocator, AdminCommand command, Job instance)static voidCommandSupport. done(org.glassfish.hk2.api.ServiceLocator serviceLocator, AdminCommand command, Job instance, boolean isNotify)Execute aspects when command is finished successfully or not.ActionReport.ExitCodeClusterExecutor. execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)Execute the passed command on targeted remote instances.voidCommandRunner.CommandInvocation. execute(AdminCommand command)Executes the passed command with this context and populates the report with the execution result.ActionReport.ExitCodeTargetBasedExecutor. execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)LockAdminCommandLock. getLock(AdminCommand command)Return the appropriate Lock object for the specified command.LockAdminCommandLock. getLock(AdminCommand command, String owner)Return the appropriate Lock object for the specified command.static StringCommandSupport. getParamValue(AdminCommand command, String name)Get parameter value for a command.static <T> TCommandSupport. getParamValue(AdminCommand command, String name, Class<T> paramType)Get parameter value for a command.voidCommandAspectBase. init(T ann, AdminCommand command, AdminCommandContext context, Job instance)Execute when command is just completely initialized, i..e injected with parameters.voidCommandAspectImpl. init(T ann, AdminCommand command, AdminCommandContext context, Job instance)Execute when command is just completely initialized, i..e injected with parameters.static voidCommandSupport. init(org.glassfish.hk2.api.ServiceLocator serviceLocator, AdminCommand command, AdminCommandContext context, Job instance)Execute aspects when command is just completely initialized, i..e injected with parameters.booleanCommandRunner. validateCommandModelETag(AdminCommand command, String eTag)Checks if given command model eTag is equal to current command model eTagConstructors in org.glassfish.api.admin with parameters of type AdminCommand Constructor Description Checkpoint(Job job, AdminCommand command, AdminCommandContext context)WrappedAdminCommand(AdminCommand command)Default constructor.Uses of AdminCommand in org.glassfish.appclient.server.admin
Classes in org.glassfish.appclient.server.admin that implement AdminCommand Modifier and Type Class Description classGetRelativeJWSURICommandReturns the path part (not host or port) of the URI for launching an app client using Java Web Start.Uses of AdminCommand in org.glassfish.batch
Classes in org.glassfish.batch that implement AdminCommand Modifier and Type Class Description classAbstractListCommandclassAbstractListCommandProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassAbstractLongListCommandclassListBatchJobExecutionsCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobExecutionsProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobsCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobsProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobStepsCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchJobStepsProxyCommand to list batch jobs info 1 * 1 * jobName --------> instanceId --------> executionIdclassListBatchRuntimeConfigurationCommand to list batch jobs infoclassSetBatchRuntimeConfigurationUses of AdminCommand in org.glassfish.concurrent.admin
Classes in org.glassfish.concurrent.admin that implement AdminCommand Modifier and Type Class Description classCreateContextServiceCreate Context Service CommandclassCreateManagedExecutorServiceCreate Managed Executor Service CommandclassCreateManagedScheduledExecutorServiceCreate Managed Scheduled Executor Service CommandclassCreateManagedThreadFactoryCreate Managed Thread Factory CommandclassDeleteContextServiceDelete Context Service CommandclassDeleteManagedExecutorServiceDelete Managed Executor Service CommandclassDeleteManagedScheduledExecutorServiceDelete Managed Scheduled Executor Service CommandclassDeleteManagedThreadFactoryDelete Managed Thread Factory CommandclassListContextServicesList Context Service Resources commandclassListManagedExecutorServicesList Managed Executor Service Resources commandclassListManagedScheduledExecutorServicesList Managed Scheduled Executor Service Resources commandclassListManagedThreadFactoriesList Managed Thread Factory Resources commandUses of AdminCommand in org.glassfish.config.support
Classes in org.glassfish.config.support that implement AdminCommand Modifier and Type Class Description classGenericCreateCommandGeneric create command implementation.classGenericDeleteCommandImplementation of the generic delete commandclassGenericListCommandGeneric list command implementation.Uses of AdminCommand in org.glassfish.connectors.admin.cli
Classes in org.glassfish.connectors.admin.cli that implement AdminCommand Modifier and Type Class Description classCreateAdminObjectCreate Admin Object CommandclassCreateConnectorConnectionPoolCreate Connector Connection Pool CommandclassCreateConnectorResourceCreate Connector Resource CommandclassCreateConnectorSecurityMapCreate Connector SecurityMap commandclassCreateConnectorWorkSecurityMapCreate Connector Work Security MapclassCreateResourceAdapterConfigCreate RA Config CommandclassDeleteAdminObjectDelete Admin Object commandclassDeleteConnectorConnectionPoolDelete Connector Connection Pool CommandclassDeleteConnectorResourceDelete Connector Resource commandclassDeleteConnectorSecurityMapDelete Connector Work Security MapclassDeleteConnectorWorkSecurityMapDelete Connector Work Security MapclassDeleteResourceAdapterConfigDelete RA Config commandclassFlushConnectionPoolLocalThe actual command to flush a connection pool.classFlushInstancesConnectionPoolThe command to flush a connection pool.classListAdminObjectsList Admin Objects commandclassListConnectorConnectionPoolsList Connector Connection Pools commandclassListConnectorResourcesList Connector Resources commandclassListConnectorSecurityMapsList Connector Security MapsclassListConnectorWorkSecurityMapsList Connector Work Security MapsclassListResourceAdapterConfigsList Resource Adapter Configs commandclassListResourcesclassPingConnectionPoolPing Connection Pool CommandclassUpdateConnectorSecurityMapUpdate Connector SecurityMap commandclassUpdateConnectorWorkSecurityMapUpdate Connector Work Security Map commandUses of AdminCommand in org.glassfish.connectors.admin.cli.internal
Classes in org.glassfish.connectors.admin.cli.internal that implement AdminCommand Modifier and Type Class Description classGetActivationSpecClassclassGetAdminObjectClassNamesclassGetAdminObjectConfigPropsclassGetAdminObjectInterfaceNamesclassGetBuiltInCustomResourcesclassGetConnectionDefinitionNamesclassGetConnectionDefinitionPropertiesAndDefaultsclassGetConnectorConfigJavaBeansclassGetMCFConfigPropertiesclassGetMessageListenerConfigPropertiesclassGetMessageListenerConfigPropertyTypesclassGetMessageListenerTypesclassGetResourceAdapterConfigPropertiesclassGetSystemRarsAllowingPoolCreationUses of AdminCommand in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin that implement AdminCommand Modifier and Type Class Description classAddLibraryCommandAn asadmin command to add a new library to the libs directory of the domain by uploading a file.classCreateApplicationRefCommandCreate application ref commandclassCreateLifecycleModuleCommandCreate lifecycle modules.classDeleteApplicationRefCommandDelete application ref commandclassDeleteLifecycleModuleCommandDelete lifecycle modules.classDeployCommandDeploy commandclassDeployDirCommanddeploydir commandclassDisableCommandDisable commandclassEnableCommandEnable commandclassGetApplicationLaunchURLsCommandclassGetClientStubsCommandclassGetDeploymentConfigurationsCommandGet deployment configurations commandclassGetHostAndPortCommandclassGetTargetsCommandclassInstanceDeployCommandThe deploy command that runs on instanceclassInstanceLifecycleModuleCommandThe command to create application ref for lifecycle module on instanceclassInstanceValidateRemoteDirDeploymentCommandInstance-only command which makes sure that a deployment directory seems to be the same when viewed from this instance as when viewed from the DAS.classIsSnifferUserVisibleCommandclassListApplicationRefsCommandList application ref commandclassListApplicationsCommandclassListAppRefsCommandclassListComponentsCommandlist-components commandclassListLibrariesCommandclassListLifecycleModulesCommandList lifecycle modules.classMTDeployCommandclassMTProvisionCommandclassMTUndeployCommandclassMTUnprovisionCommandclassPostDeployCommandCauses InstanceDeployCommand executions on the correct remote instances.classPostDisableCommandclassPostEnableCommandclassPostStateCommandclassPostUndeployCommandRuns after any replications of the undeploy command have been sent to instances.classReDeployCommandReDeploy commandclassRemoveLibraryCommandclassShowComponentStatusCommandclassUndeployCommandUndeploys applications.classUpdateApplicationRefCommandclassValidateRemoteDirDeploymentCommandMakes sure that, if a deployment is a directory deployment to a non-DAS target, that all targeted instances "see" the same files in the specified deployment directory as the DAS sees.Methods in org.glassfish.deployment.admin with parameters of type AdminCommand Modifier and Type Method Description static ActionReport.ExitCodeDeploymentCommandUtils. replicateEnableDisableToContainingCluster(String commandName, Domain domain, String target, String appName, org.glassfish.hk2.api.ServiceLocator habitat, AdminCommandContext context, AdminCommand command)Replicates an enable or disable command to all instances in the cluster of which the target is a member.Uses of AdminCommand in org.glassfish.diagnostics.dump
Subinterfaces of AdminCommand in org.glassfish.diagnostics.dump Modifier and Type Interface Description interfaceDiagnosticDumpThis interface represents a diagnostic dump.Uses of AdminCommand in org.glassfish.ejb.admin.cli
Classes in org.glassfish.ejb.admin.cli that implement AdminCommand Modifier and Type Class Description classListTimersclassMigrateTimersUses of AdminCommand in org.glassfish.flashlight.cli
Classes in org.glassfish.flashlight.cli that implement AdminCommand Modifier and Type Class Description classDisableMonitoringclassEnableMonitoringUses of AdminCommand in org.glassfish.ha.commands
Classes in org.glassfish.ha.commands that implement AdminCommand Modifier and Type Class Description classListPersistenceTypesCommandThe list-persistence-types command lists different kinds of persistence options for session data when high availability is enabled for an application deployed to a cluster.Uses of AdminCommand in org.glassfish.internal.api
Subinterfaces of AdminCommand in org.glassfish.internal.api Modifier and Type Interface Description interfaceUndoableCommandInterface that augment the AdminCommand responsibilities by adding the ability to undo a previously successful execution of an administrative command.Uses of AdminCommand in org.glassfish.javaee.core.deployment
Classes in org.glassfish.javaee.core.deployment that implement AdminCommand Modifier and Type Class Description classGetContextRootCommandGet context root commandclassListSubComponentsCommandlist-sub-components commandUses of AdminCommand in org.glassfish.jdbc.admin.cli
Classes in org.glassfish.jdbc.admin.cli that implement AdminCommand Modifier and Type Class Description classCreateJdbcConnectionPoolCreate JDBC Connection Pool CommandclassCreateJdbcResourceCreate JDBC Resource CommandclassDeleteJdbcConnectionPoolDelete JDBC Connection Pool CommandclassDeleteJdbcResourceDelete JDBC Resource commandclassListJdbcConnectionPoolsList JDBC Connection Pools commandclassListJdbcResourcesList JDBC Resources commandUses of AdminCommand in org.glassfish.jdbc.admin.cli.internal
Classes in org.glassfish.jdbc.admin.cli.internal that implement AdminCommand Modifier and Type Class Description classGetDatabaseVendorNamesclassGetJdbcDriverClassNamesclassGetValidationClassNamesclassGetValidationTableNamesUses of AdminCommand in org.glassfish.jms.admin.cli
Classes in org.glassfish.jms.admin.cli that implement AdminCommand Modifier and Type Class Description classChangeMasterBrokerCommandChange JMS Master Broker CommandclassConfigureJMSClusterConfigure JMS Cluster CommandclassCreateJMSDestinationCreate JMS DestinationclassCreateJMSHostCreate Admin Object CommandclassCreateJMSResourceCreate JMS Resource CommandclassDeleteJMSDestinationdelete JMS DestinationclassDeleteJMSHostList Delete Jms Hosts commandclassDeleteJMSResourceDelete JMS Resource CommandclassFlushJMSDestinationFlush JMS DestinationclassGetJmsPhysicalDestinationCommandclassJMSPingclassListJMSDestinationsCreate JMS DestinationclassListJMSHostsList JMS Hosts commandclassListJMSResourcesList Connector Resources commandclassUpdateJmsPhysicalDestinationCommandUses of AdminCommand in org.glassfish.jta.admin.cli
Classes in org.glassfish.jta.admin.cli that implement AdminCommand Modifier and Type Class Description classFreezeTransactionServiceclassRollbackTransactionclassUnFreezeTransactionServiceUses of AdminCommand in org.glassfish.jts.admin.cli
Classes in org.glassfish.jts.admin.cli that implement AdminCommand Modifier and Type Class Description classRecoverTransactionsclassRecoverTransactionsInternalUses of AdminCommand in org.glassfish.loadbalancer.admin.cli
Classes in org.glassfish.loadbalancer.admin.cli that implement AdminCommand Modifier and Type Class Description classApplyHttpLbChangesClass to publish the loadbalancer.xml to the physical loadbalancer.classConfigureLBWeightCommandThis is a remote command that enables lb-enabled attribute of an application for cluster or instanceclassCreateHTTPHealthCheckerCommandThis is a remote command that creates health-checker config for cluster or server.classCreateHTTPLBRefCommandThis is a remote command that supports the create-http-lb-ref CLI command.classCreateHTTPLoadBalancerCommandThis method supports the create-http-lb CLI command.classDeleteHTTPHealthCheckerCommandThis is a remote command that deletes health-checker config for cluster or server.classDeleteHTTPLBRefCommandThis is a remote command that supports the delete-http-lb-ref CLI command.classDisableHTTPLBApplicationCommandThis is a remote command that disables lb-enabled attribute of an application for cluster or instanceclassDisableHTTPLBServerCommandThis is a remote command that enables lb-enabled attribute of server-refclassEnableHTTPLBApplicationCommandThis is a remote command that enables lb-enabled attribute of an application for cluster or instanceclassEnableHTTPLBServerCommandThis is a remote command that enables lb-enabled attribute of server-refclassExportHttpLbConfigExport load-balancer xmlclassListLBConfigsCommandThis is a remote commands to list lb configs (ported from v2) Interestingly, in this command, operand has multiple meanings - it can be a target (cluster or standalone instance) or a lb config name.Uses of AdminCommand in org.glassfish.orb.admin.cli
Classes in org.glassfish.orb.admin.cli that implement AdminCommand Modifier and Type Class Description classCreateIiopListenerCreate IioP Listener CommandclassDeleteIiopListenerclassListIiopListenersList IIOP Listener commandUses of AdminCommand in org.glassfish.osgi.cli.remote
Classes in org.glassfish.osgi.cli.remote that implement AdminCommand Modifier and Type Class Description classOSGiShellCommandA simple AdminCommand that bridges to the Felix Shell Service.Uses of AdminCommand in org.glassfish.resources.admin.cli
Classes in org.glassfish.resources.admin.cli that implement AdminCommand Modifier and Type Class Description classAddResourcesCreate add-resources CommandclassCreateCustomResourceCreate Custom ResourceclassCreateJndiResourceCreate Jndi ResourceclassDeleteCustomResourceDelete Custom Resource objectclassDeleteJndiResourceDelete Jndi Resource objectclassListCustomResourcesList Custom Resources commandclassListJndiResourcesList Jndi Resources commandUses of AdminCommand in org.glassfish.resources.javamail.admin.cli
Classes in org.glassfish.resources.javamail.admin.cli that implement AdminCommand Modifier and Type Class Description classCreateJavaMailResourceCreate Java Mail ResourceclassDeleteJavaMailResourceDelete Mail Resource objectclassListJavaMailResourcesList Mail Resources commandUses of AdminCommand in org.glassfish.security.services.commands
Classes in org.glassfish.security.services.commands that implement AdminCommand Modifier and Type Class Description classCreateLoginModuleConfigGeneral create LoginModule config command.classCreateSecurityProviderGeneral create security provider command.classCreateSecurityServiceGeneral create security service command.classLDAPAdminAccessConfiguratorA convenience command to configure LDAP for administration.Uses of AdminCommand in org.glassfish.web.admin.cli
Classes in org.glassfish.web.admin.cli that implement AdminCommand Modifier and Type Class Description classCreateHttpCommand to create http element within a protocol element Sample Usage : create-http protocol_name domain.xml element example <http max-connections="250" default-virtual-server="server" server-name=""> <file-cache enabled="false" /> </http>classCreateHttpListenerCreate Http Listener CommandclassCreateHttpRedirectCommand to createhttp-redirectelement as a child of theprotocolelement.classCreateNetworkListenerCommand to create Network ListenerclassCreateProtocolCommand to create protocol element within network-config Sample Usage : create-protocol [--securityenabled true|false] protocol_name domain.xml element exampleclassCreateProtocolFilterclassCreateProtocolFinderclassCreateTransportCommand to create transport element within network-config Sample Usage : create-transport [--acceptorThreads no_of_acceptor_threads] [--bufferSizeBytes buff_size_bytes] [--classname class_name] [--selectionKeyHandler true|false] [--displayConfiguration true|false][--maxConnectionsCount count] [--idleKeyTimeoutSeconds idle_key_timeout] [--tcpNoDelay true|false] [--readTimeoutMillis read_timeout][--writeTimeoutMillis write_timeout] [--byteBufferType buff_type] [--selectorPollTimeoutMillis true|false] transport_name domain.xml element exampleclassCreateVirtualServerCommand to create virtual serverclassDeleteHttpDelete Protocol commandclassDeleteHttpListenerDelete http listener commandclassDeleteHttpRedirectCommand to delete <http-redirect> elements within a specificprotocol.classDeleteNetworkListenerDelete Network Listener commandclassDeleteProtocolDelete Protocol commandclassDeleteProtocolFilterclassDeleteProtocolFinderclassDeleteTransportDelete Transport commandclassDeleteVirtualServerDelete virtual server commandclassGetHttpListenerCLI command for getting the properties of a HTTP listener.classGetProtocolCLI command for getting the properties of a protocol.classListHttpListenersList http listeners commandclassListNetworkListenersList network listeners commandclassListProtocolFiltersList protocol filters commandclassListProtocolFindersList protocol finders commandclassListProtocolsList protocols commandclassListTransportsList transports commandclassListVirtualServersList virtual server commandUses of AdminCommand in org.glassfish.web.plugin.common
Classes in org.glassfish.web.plugin.common that implement AdminCommand Modifier and Type Class Description classListWebContextParamCommandclassListWebEnvEntryCommandclassSetWebContextParamCommandclassSetWebEnvEntryCommandSets the value of an env-entry customization for a web application.classUnsetWebContextParamCommandclassUnsetWebEnvEntryCommandclassWebEnvEntryCommandclassWebModuleConfigCommandSuperclass of all web module config-related commands.Uses of AdminCommand in org.glassfish.webservices.cli
Classes in org.glassfish.webservices.cli that implement AdminCommand Modifier and Type Class Description classListWebServicesCommandCLI for listing all web services.
-