Uses of Class
org.glassfish.config.support.TargetType
-
-
Uses of TargetType in com.sun.enterprise.admin.cli.schemadoc
Classes in com.sun.enterprise.admin.cli.schemadoc with annotations of type TargetType Modifier and Type Class Description classGenerateDomainSchema -
Uses of TargetType in com.sun.enterprise.admin.commands
Classes in com.sun.enterprise.admin.commands with annotations of type TargetType 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 TargetType in com.sun.enterprise.config.modularity.command
Classes in com.sun.enterprise.config.modularity.command with annotations of type TargetType 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 TargetType in com.sun.enterprise.security.cli
Classes in com.sun.enterprise.security.cli with annotations of type TargetType Modifier and Type Class Description 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 TargetType in com.sun.enterprise.server.logging.commands
Classes in com.sun.enterprise.server.logging.commands with annotations of type TargetType Modifier and Type Class Description classDeleteLogLevelCreated by IntelliJ IDEA.classListLogAttributesCreated by IntelliJ IDEA.classListLoggerLevelsCreated by IntelliJ IDEA.classRotateLogclassSetLogAttributesSet Log Attributes Command Updates one or more loggers' attributesclassSetLogFileFormatclassSetLogLevelCreated by IntelliJ IDEA.Uses of TargetType in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin with annotations of type TargetType 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_nameclassListSystemPropertiesList 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]classRuntimeInfohttps://glassfish.dev.java.net/issues/show_bug.cgi?id=12483Uses of TargetType in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster with annotations of type TargetType Modifier and Type Class Description classListConfigsCommandThis is a remote command that lists the configs.Uses of TargetType in com.sun.enterprise.v3.admin.commands
Classes in com.sun.enterprise.v3.admin.commands with annotations of type TargetType Modifier and Type Class Description 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.classListJvmOptionsLists the JVM options configured in server's configuration.classListThreadpoolsList Thread Pools commandUses of TargetType in fish.payara.admin.amx.cli
Classes in fish.payara.admin.amx.cli with annotations of type TargetType Modifier and Type Class Description classSetAmxEnabledComment to enable AMX, as separate from JMX.Uses of TargetType in fish.payara.admin.monitor.cli
Classes in fish.payara.admin.monitor.cli with annotations of type TargetType 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 TargetType in fish.payara.appserver.environment.warning.config.admin
Classes in fish.payara.appserver.environment.warning.config.admin with annotations of type TargetType Modifier and Type Class Description classGetEnvironmentWarningConfigurationCommandclassSetEnvironmentWarningConfigurationCommandUses of TargetType in fish.payara.appserver.micro.services.asadmin
Classes in fish.payara.appserver.micro.services.asadmin with annotations of type TargetType 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 TargetType in fish.payara.appserver.monitoring.rest.service.admin
Classes in fish.payara.appserver.monitoring.rest.service.admin with annotations of type TargetType Modifier and Type Class Description classGetRestMonitoringConfigurationASAdmin command to get the rest monitoring services configurationUses of TargetType in fish.payara.asadmin.recorder.admin
Classes in fish.payara.asadmin.recorder.admin with annotations of type TargetType Modifier and Type Class Description classAsadminRecorderEnabledclassDisableAsadminRecorderclassEnableAsadminRecorderclassGetAsadminRecorderConfigurationclassSetAsadminRecorderConfigurationUses of TargetType in fish.payara.audit.admin
Classes in fish.payara.audit.admin with annotations of type TargetType Modifier and Type Class Description classGetAdminAuditServiceConfigurationGets the current configuration of the admin audit serviceclassSetAdminAuditConfigurationSets the Admin Audit ConfigurationUses of TargetType in fish.payara.deployment.admin
Classes in fish.payara.deployment.admin with annotations of type TargetType Modifier and Type Class Description classDeployRemoteArchiveCommandclassInitializeAllApplicationsCommandUses of TargetType in fish.payara.docker.node.admin
Classes in fish.payara.docker.node.admin with annotations of type TargetType Modifier and Type Class Description classCreateNodeDockerCommandAsadmin command for creating a Docker Node.classDeleteNodeDockerCommandAsadmin command for deleting a Docker Node.classUpdateNodeDockerCommandAsadmin command for updating the settings of a Docker Node.Uses of TargetType in fish.payara.ejb.http.admin
Classes in fish.payara.ejb.http.admin with annotations of type TargetType Modifier and Type Class Description classDisableEjbInvokerCommandDeprecated.classEnableEjbInvokerCommandDeprecated.classGetEjbInvokerConfigurationCommandclassSetEjbInvokerConfigurationCommandUses of TargetType in fish.payara.grizzly.config.admin.cli
Classes in fish.payara.grizzly.config.admin.cli with annotations of type TargetType Modifier and Type Class Description classRestartHttpListenersCommandclassSetNetworkListenerConfigurationUses of TargetType in fish.payara.healthcheck.mphealth
Classes in fish.payara.healthcheck.mphealth with annotations of type TargetType Modifier and Type Class Description classSetMicroProfileHealthCheckerConfigurationConfigure the Microprofile Healthcheck CheckerUses of TargetType in fish.payara.jmx.monitoring.admin
Classes in fish.payara.jmx.monitoring.admin with annotations of type TargetType 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 TargetType in fish.payara.microprofile.config.extensions.aws
Classes in fish.payara.microprofile.config.extensions.aws with annotations of type TargetType Modifier and Type Class Description classGetAWSSecretsConfigSourceConfigurationCommandclassSetAWSSecretsConfigSourceConfigurationCommandUses of TargetType in fish.payara.microprofile.config.extensions.azure.admin
Classes in fish.payara.microprofile.config.extensions.azure.admin with annotations of type TargetType Modifier and Type Class Description classGetAzureSecretsConfigSourceConfigurationCommandclassSetAzureSecretsConfigSourceConfigurationCommandUses of TargetType in fish.payara.microprofile.config.extensions.dynamodb.admin
Classes in fish.payara.microprofile.config.extensions.dynamodb.admin with annotations of type TargetType Modifier and Type Class Description classGetDynamoDBConfigSourceConfigurationCommandclassSetDynamoDBConfigSourceConfigurationCommandUses of TargetType in fish.payara.microprofile.config.extensions.gcp
Classes in fish.payara.microprofile.config.extensions.gcp with annotations of type TargetType Modifier and Type Class Description classGetGCPSecretsConfigSourceConfigurationCommandclassSetGCPSecretsConfigSourceConfigurationCommandUses of TargetType in fish.payara.microprofile.config.extensions.hashicorp.admin
Classes in fish.payara.microprofile.config.extensions.hashicorp.admin with annotations of type TargetType Modifier and Type Class Description classGetHashiCorpSecretsConfigSourceConfigurationCommandclassSetHashiCorpSecretsConfigSourceConfigurationCommandUses of TargetType in fish.payara.microprofile.config.extensions.ldap.admin
Classes in fish.payara.microprofile.config.extensions.ldap.admin with annotations of type TargetType Modifier and Type Class Description classGetLDAPConfigSourceConfigurationclassSetLDAPConfigSourceConfigurationUses of TargetType in fish.payara.microprofile.faulttolerance.admin
Classes in fish.payara.microprofile.faulttolerance.admin with annotations of type TargetType Modifier and Type Class Description classGetFaultToleranceConfigurationCommandclassSetFaultToleranceConfigurationCommandUses of TargetType in fish.payara.microprofile.healthcheck.admin
Classes in fish.payara.microprofile.healthcheck.admin with annotations of type TargetType Modifier and Type Class Description classGetMPHealthCheckConfigurationclassSetMPHealthCheckConfigurationUses of TargetType in fish.payara.microprofile.metrics.admin
Classes in fish.payara.microprofile.metrics.admin with annotations of type TargetType Modifier and Type Class Description classGetMetricsConfigurationCommandAsAdmin command to get metrics configurationclassSetMetricsConfigurationCommandAsAdmin command to set metrics configurationUses of TargetType in fish.payara.microprofile.openapi.impl.admin
Classes in fish.payara.microprofile.openapi.impl.admin with annotations of type TargetType Modifier and Type Class Description classGetOpenApiConfigurationCommandclassSetOpenApiConfigurationCommandUses of TargetType in fish.payara.monitoring.admin
Classes in fish.payara.monitoring.admin with annotations of type TargetType Modifier and Type Class Description classSetMonitoringConsoleConfigurationCommandUses of TargetType in fish.payara.notification.eventbus.core
Classes in fish.payara.notification.eventbus.core with annotations of type TargetType Modifier and Type Class Description classGetCDIEventbusNotifierConfigurationCommandclassGetEventbusNotifierConfigurationCommandclassSetCDIEventbusNotifierConfigurationCommandclassSetEventbusNotifierConfigurationCommandUses of TargetType in fish.payara.notification.jms
Classes in fish.payara.notification.jms with annotations of type TargetType Modifier and Type Class Description classGetJmsNotifierConfigurationCommandclassSetJmsNotifierConfigurationCommandUses of TargetType in fish.payara.nucleus.hazelcast.admin
Classes in fish.payara.nucleus.hazelcast.admin with annotations of type TargetType Modifier and Type Class Description classClearCacheASAdmin command to clear the cache of all entriesclassListCacheKeysclassListCachesclassListHazelcastMembersclassRestartHazelcastclassSetHazelcastConfigurationUses of TargetType in fish.payara.nucleus.healthcheck.admin
Uses of TargetType in fish.payara.nucleus.healthcheck.stuck.admin
Classes in fish.payara.nucleus.healthcheck.stuck.admin with annotations of type TargetType Modifier and Type Class Description classStuckThreadsConfigurerDeprecated.Replaced bySetHealthCheckServiceConfigurationUses of TargetType in fish.payara.nucleus.microprofile.config.admin
Classes in fish.payara.nucleus.microprofile.config.admin with annotations of type TargetType 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 TargetType in fish.payara.nucleus.notification.admin
Classes in fish.payara.nucleus.notification.admin with annotations of type TargetType 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 TargetType in fish.payara.nucleus.notification.log
Classes in fish.payara.nucleus.notification.log with annotations of type TargetType Modifier and Type Class Description classGetLogNotifierConfigurationclassSetLogNotifierConfigurationUses of TargetType in fish.payara.nucleus.phonehome.admin
Classes in fish.payara.nucleus.phonehome.admin with annotations of type TargetType 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 TargetType in fish.payara.nucleus.requesttracing.admin
Classes in fish.payara.nucleus.requesttracing.admin with annotations of type TargetType 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 TargetType in fish.payara.service.example.config.admin
Classes in fish.payara.service.example.config.admin with annotations of type TargetType 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 changedclassExampleInstanceCommandExample Command that does not operate on the configuration but wants to interact directly with the service running in an instance.Uses of TargetType in org.glassfish.admin.cli.resources
Classes in org.glassfish.admin.cli.resources with annotations of type TargetType Modifier and Type Class Description classCreateResourceRefCreate Resource Ref CommandclassDeleteResourceRefDelete Resource Ref CommandclassListResourceRefsList Resource Refs CommandclassUpdateResourceRefUses of TargetType in org.glassfish.admin.monitor.cli
Classes in org.glassfish.admin.monitor.cli with annotations of type TargetType Modifier and Type Class Description classListJndiEntriesUses of TargetType in org.glassfish.admin.rest.cli
Classes in org.glassfish.admin.rest.cli with annotations of type TargetType Modifier and Type Class Description classGetGroupNamesCommandreturns the list of targetsclassGetTokensCommandclassSupportsUserManagementCommandreturns the list of targetsclassSynchronizeRealmFromConfigreturns the list of targetsUses of TargetType in org.glassfish.admin.rest.generator.client
Classes in org.glassfish.admin.rest.generator.client with annotations of type TargetType Modifier and Type Class Description classGenerateClientCommandUses of TargetType in org.glassfish.admin.rest.resources.custom
Classes in org.glassfish.admin.rest.resources.custom with annotations of type TargetType Modifier and Type Class Description classSystemPropertiesCliResourceUses of TargetType in org.glassfish.batch
Classes in org.glassfish.batch with annotations of type TargetType Modifier and Type Class Description classListBatchJobExecutionsCommand 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 TargetType in org.glassfish.concurrent.admin
Classes in org.glassfish.concurrent.admin with annotations of type TargetType 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 TargetType in org.glassfish.connectors.admin.cli
Classes in org.glassfish.connectors.admin.cli with annotations of type TargetType Modifier and Type Class Description classCreateAdminObjectCreate Admin Object CommandclassCreateConnectorResourceCreate Connector Resource CommandclassDeleteAdminObjectDelete Admin Object commandclassDeleteConnectorResourceDelete Connector Resource 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 MapsclassListResourceAdapterConfigsList Resource Adapter Configs commandUses of TargetType in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin with annotations of type TargetType Modifier and Type Class Description classCreateApplicationRefCommandCreate application ref commandclassCreateLifecycleModuleCommandCreate lifecycle modules.classDeleteApplicationRefCommandDelete application ref commandclassDeleteLifecycleModuleCommandDelete lifecycle modules.classDeployCommandDeploy commandclassDeployDirCommanddeploydir commandclassDisableCommandDisable commandclassEnableCommandEnable commandclassListApplicationRefsCommandList application ref commandclassListApplicationsCommandclassListComponentsCommandlist-components commandclassListLifecycleModulesCommandList lifecycle modules.classReDeployCommandReDeploy commandclassShowComponentStatusCommandclassUndeployCommandUndeploys applications.classUpdateApplicationRefCommandUses of TargetType in org.glassfish.ejb.admin.cli
Classes in org.glassfish.ejb.admin.cli with annotations of type TargetType Modifier and Type Class Description classListTimersclassMigrateTimersUses of TargetType in org.glassfish.flashlight.cli
Classes in org.glassfish.flashlight.cli with annotations of type TargetType Modifier and Type Class Description classDisableMonitoringclassEnableMonitoringUses of TargetType in org.glassfish.jdbc.admin.cli
Classes in org.glassfish.jdbc.admin.cli with annotations of type TargetType Modifier and Type Class Description classCreateJdbcResourceCreate JDBC Resource CommandclassDeleteJdbcResourceDelete JDBC Resource commandclassListJdbcConnectionPoolsList JDBC Connection Pools commandclassListJdbcResourcesList JDBC Resources commandUses of TargetType in org.glassfish.jms.admin.cli
Classes in org.glassfish.jms.admin.cli with annotations of type TargetType Modifier and Type Class Description classChangeMasterBrokerCommandChange JMS Master Broker 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 TargetType in org.glassfish.jta.admin.cli
Classes in org.glassfish.jta.admin.cli with annotations of type TargetType Modifier and Type Class Description classFreezeTransactionServiceclassRollbackTransactionclassUnFreezeTransactionServiceUses of TargetType in org.glassfish.jts.admin.cli
Classes in org.glassfish.jts.admin.cli with annotations of type TargetType Modifier and Type Class Description classRecoverTransactionsclassRecoverTransactionsInternalUses of TargetType in org.glassfish.loadbalancer.admin.cli
Classes in org.glassfish.loadbalancer.admin.cli with annotations of type TargetType Modifier and Type Class Description classCreateHTTPHealthCheckerCommandThis 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-refUses of TargetType in org.glassfish.orb.admin.cli
Classes in org.glassfish.orb.admin.cli with annotations of type TargetType Modifier and Type Class Description classCreateIiopListenerCreate IioP Listener CommandclassDeleteIiopListenerclassListIiopListenersList IIOP Listener commandUses of TargetType in org.glassfish.osgi.cli.remote
Classes in org.glassfish.osgi.cli.remote with annotations of type TargetType Modifier and Type Class Description classOSGiShellCommandA simple AdminCommand that bridges to the Felix Shell Service.Uses of TargetType in org.glassfish.resources.admin.cli
Classes in org.glassfish.resources.admin.cli with annotations of type TargetType 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 TargetType in org.glassfish.resources.javamail.admin.cli
Classes in org.glassfish.resources.javamail.admin.cli with annotations of type TargetType Modifier and Type Class Description classCreateJavaMailResourceCreate Java Mail ResourceclassDeleteJavaMailResourceDelete Mail Resource objectclassListJavaMailResourcesList Mail Resources commandUses of TargetType in org.glassfish.security.services.commands
Classes in org.glassfish.security.services.commands with annotations of type TargetType 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 TargetType in org.glassfish.web.admin.cli
Classes in org.glassfish.web.admin.cli with annotations of type TargetType 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 command
-