Uses of Class
org.glassfish.api.I18n
-
-
Uses of I18n in com.sun.enterprise.admin.cli.cluster
Classes in com.sun.enterprise.admin.cli.cluster with annotations of type I18n Modifier and Type Class Description classCreateLocalInstanceCommandThis is a local command that calls the primitive remote _register-instance to add the entries in domain.xml and then the primitive local command _create-instance-filesystem to create the empty directory structure and das.properties -
Uses of I18n in com.sun.enterprise.admin.commands
Classes in com.sun.enterprise.admin.commands with annotations of type I18n 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 I18n in com.sun.enterprise.admin.servermgmt.cli
Classes in com.sun.enterprise.admin.servermgmt.cli with annotations of type I18n Modifier and Type Class Description classChangeAdminPasswordCommandThe change-admin-password command. -
Uses of I18n in com.sun.enterprise.config.modularity.command
Classes in com.sun.enterprise.config.modularity.command with annotations of type I18n 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 I18n in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with annotations of type I18n Modifier and Type Method Description voidCluster. setConfigRef(String value)Sets the value of the configRef property. -
Uses of I18n in com.sun.enterprise.security.admin.cli
Classes in com.sun.enterprise.security.admin.cli with annotations of type I18n 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. -
Uses of I18n in com.sun.enterprise.security.cli
Classes in com.sun.enterprise.security.cli with annotations of type I18n 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 I18n in com.sun.enterprise.server.logging.commands
Classes in com.sun.enterprise.server.logging.commands with annotations of type I18n 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 I18n in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin with annotations of type I18n 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_nameclassGetRestartRequiredCommandReturn the "restart required" flag.classListCommandDescriptorsCommandCreate data structures that describe the command.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.classSetCommandUser: 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 numberUses of I18n in com.sun.enterprise.v3.admin.cluster
Classes in com.sun.enterprise.v3.admin.cluster with annotations of type I18n Modifier and Type Class Description 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.classDeleteConfigCommandThis is a remote command that deletes a destination config.classDeleteInstanceCommandRemote AdminCommand to delete an instance.classDeleteNodeConfigCommandRemote AdminCommand to create a config node.classDeleteNodeSshCommandRemote AdminCommand to create a config node.classExportSyncBundleUsage:
export-sync-bundle --target cluster_std-alone-instance [--retrieve] [file_name] classListClustersCommandThis 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:classListNodesCommandclassListNodesConfigCommandclassListNodesSshCommandclassPingNodeSshCommandRemote AdminCommand to validate the connection to an SSH node.classRestartInstanceCommandclassRestartInstanceInstanceCommandclassSetupSshCommandThis is a remote command implementation of setup-ssh local commandclassStartClusterCommandclassStartInstanceCommandAdminCommand to start the instance server.classStopClusterCommandclassStopInstanceCommandAdminCommand to stop the instance server.classSynchronizeFilesSynchronize files.classUpdateNodeCommandRemote AdminCommand to update a config node.classUpdateNodeConfigCommandRemote AdminCommand to update a config node.classUpdateNodeSshCommandRemote AdminCommand to update an ssh node.classValidateNodeCommandRemote AdminCommand to validate a config Node.Uses of I18n in com.sun.enterprise.v3.admin.commands
Classes in com.sun.enterprise.v3.admin.commands with annotations of type I18n Modifier and Type Class Description classAttachCommandGets CommandInstance from registry based on given id and forwards all events.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 I18n in fish.payara.admin.cluster
Classes in fish.payara.admin.cluster with annotations of type I18n Modifier and Type Class Description classAddInstanceToDeploymentGroupCommandAdds an instance to a deployment groupclassListDeploymentGroupsCommandCommand to list Deployment GroupsclassRemoveInstanceFromDeploymentGroupCommandAdds an instance to a deployment groupclassStartDeploymentGroupCommandStarts all instances in a deployment groupclassStopDeploymentGroupCommandStops all instances in a deployment groupUses of I18n in fish.payara.admin.monitor.cli
Classes in fish.payara.admin.monitor.cli with annotations of type I18n Modifier and Type Class Description classGetMonitoringConfigurationclassGetMonitoringLevelAsadmin command to list Module Monitoring levelclassGetMonitoringServiceConfigurationAsadmin command to list Monitoring Service ConfigurationclassSetMonitoringConfigurationclassSetMonitoringLevelAsadmin command to set Module Monitoring Level.classSetMonitoringServiceConfigurationAsadmin command to set the Monitoring Service configuration.Uses of I18n in fish.payara.appserver.micro.services.asadmin
Classes in fish.payara.appserver.micro.services.asadmin with annotations of type I18n 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 I18n in fish.payara.asadmin.recorder.admin
Classes in fish.payara.asadmin.recorder.admin with annotations of type I18n Modifier and Type Class Description classAsadminRecorderEnabledclassDisableAsadminRecorderclassEnableAsadminRecorderclassGetAsadminRecorderConfigurationclassSetAsadminRecorderConfigurationUses of I18n in fish.payara.grizzly.config.admin.cli
Classes in fish.payara.grizzly.config.admin.cli with annotations of type I18n Modifier and Type Class Description classSetNetworkListenerConfigurationUses of I18n in fish.payara.healthcheck.mphealth
Classes in fish.payara.healthcheck.mphealth with annotations of type I18n Modifier and Type Class Description classSetMicroProfileHealthCheckerConfigurationConfigure the Microprofile Healthcheck CheckerUses of I18n in fish.payara.jmx.monitoring.admin
Classes in fish.payara.jmx.monitoring.admin with annotations of type I18n 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 I18n in fish.payara.microprofile.healthcheck.admin
Classes in fish.payara.microprofile.healthcheck.admin with annotations of type I18n Modifier and Type Class Description classSetMPHealthCheckConfigurationUses of I18n in fish.payara.nucleus.hazelcast.admin
Classes in fish.payara.nucleus.hazelcast.admin with annotations of type I18n Modifier and Type Class Description classClearCacheASAdmin command to clear the cache of all entriesclassGetHazelcastConfigurationAsadmin command to get the current configuration of HazelcastclassListCacheKeysclassListCachesclassListHazelcastMembersclassRestartHazelcastclassSetHazelcastConfigurationUses of I18n in fish.payara.nucleus.healthcheck.admin
Uses of I18n in fish.payara.nucleus.healthcheck.stuck.admin
Classes in fish.payara.nucleus.healthcheck.stuck.admin with annotations of type I18n Modifier and Type Class Description classStuckThreadsConfigurerDeprecated.Replaced bySetHealthCheckServiceConfigurationUses of I18n in fish.payara.nucleus.notification.admin
Classes in fish.payara.nucleus.notification.admin with annotations of type I18n 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 configurationUses of I18n in fish.payara.nucleus.notification.log
Classes in fish.payara.nucleus.notification.log with annotations of type I18n Modifier and Type Class Description classSetLogNotifierConfigurationUses of I18n in fish.payara.nucleus.phonehome.admin
Classes in fish.payara.nucleus.phonehome.admin with annotations of type I18n 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 I18n in fish.payara.nucleus.requesttracing.admin
Classes in fish.payara.nucleus.requesttracing.admin with annotations of type I18n 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 I18n in org.glassfish.admin.cli.resources
Classes in org.glassfish.admin.cli.resources with annotations of type I18n Modifier and Type Class Description classCreateResourceRefCreate Resource Ref CommandclassDeleteResourceRefDelete Resource Ref CommandclassListResourceRefsList Resource Refs CommandclassUpdateResourceRefUses of I18n in org.glassfish.admin.monitor.cli
Classes in org.glassfish.admin.monitor.cli with annotations of type I18n Modifier and Type Class Description classListJndiEntriesclassMonitorReturn the version and build numberUses of I18n in org.glassfish.api.deployment
Fields in org.glassfish.api.deployment with annotations of type I18n Modifier and Type Field Description StringDeployCommandParameters. virtualserversUses of I18n in org.glassfish.batch
Classes in org.glassfish.batch with annotations of type I18n 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 I18n in org.glassfish.common.util.admin
Methods in org.glassfish.common.util.admin with parameters of type I18n Modifier and Type Method Description static Map<String,CommandModel.ParamModel>CommandModelImpl. init(Class commandType, I18n i18n, LocalStringManager localStrings)Constructors in org.glassfish.common.util.admin with parameters of type I18n Constructor Description GenericCommandModel(Class<?> targetType, boolean useAnnotations, ExecuteOn cluster, I18n i18n, LocalStringManager localStrings, DomDocument document, String commandName, boolean managedJob, Class<?>... extraTypes)GenericCommandModel constructor.Uses of I18n in org.glassfish.concurrent.admin
Classes in org.glassfish.concurrent.admin with annotations of type I18n Modifier and Type Class Description classContextServiceManagerThe context service manager allows you to create and delete the context-service config elementclassCreateContextServiceCreate 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 commandclassManagedExecutorServiceManagerThe managed executor service manager allows you to create and delete the managed-executor-service config elementclassManagedScheduledExecutorServiceManagerThe managed scheduled executor service manager allows you to create and delete the managed-scheduled-executor-service config elementclassManagedThreadFactoryManagerThe managed thread factory manager allows you to create and delete the managed-thread-factory config elementUses of I18n in org.glassfish.config.support
Methods in org.glassfish.config.support that return I18n Modifier and Type Method Description I18ni18n()Returns the i18n key that will be used to look up a localized string in the annotated type module.I18ni18n()Returns the i18n key that will be used to look up a localized string in the annotated type module.I18ni18n()Returns the i18n key that will be used to look up a localized string in the annotated type module.Uses of I18n in org.glassfish.connectors.admin.cli
Classes in org.glassfish.connectors.admin.cli with annotations of type I18n Modifier and Type Class Description classAdminObjectManagerclassConnectorConnectionPoolManagerclassConnectorResourceManagerclassConnectorSecurityMapCreate Connector SecurityMap commandclassConnectorWorkSecurityMapResourceManagerclassCreateAdminObjectCreate 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 commandclassFlushInstancesConnectionPoolThe 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 commandclassPingConnectionPoolPing Connection Pool CommandclassPMFResourceManagerPMF Resource is removed from v3.classResourceAdapterConfigManagerclassUpdateConnectorSecurityMapUpdate Connector SecurityMap commandclassUpdateConnectorWorkSecurityMapUpdate Connector Work Security Map commandUses of I18n in org.glassfish.deployment.admin
Classes in org.glassfish.deployment.admin with annotations of type I18n Modifier and Type Class Description classCreateApplicationRefCommandCreate application ref commandclassCreateLifecycleModuleCommandCreate lifecycle modules.classDeleteApplicationRefCommandDelete application ref commandclassDeleteLifecycleModuleCommandDelete lifecycle modules.classDeployCommandDeploy commandclassDeployDirCommanddeploydir commandclassDisableCommandDisable commandclassEnableCommandEnable commandclassGetClientStubsCommandclassListApplicationRefsCommandList application ref commandclassListApplicationsCommandclassListComponentsCommandlist-components commandclassListLifecycleModulesCommandList lifecycle modules.classReDeployCommandReDeploy commandclassUndeployCommandUndeploys applications.classUpdateApplicationRefCommandUses of I18n in org.glassfish.deployment.versioning
Classes in org.glassfish.deployment.versioning with annotations of type I18n Modifier and Type Class Description classVersioningServiceThis service provides methods to handle application names in the versioning contextUses of I18n in org.glassfish.ejb.admin.cli
Classes in org.glassfish.ejb.admin.cli with annotations of type I18n Modifier and Type Class Description classListTimersclassMigrateTimersUses of I18n in org.glassfish.flashlight.cli
Classes in org.glassfish.flashlight.cli with annotations of type I18n Modifier and Type Class Description classDisableMonitoringclassEnableMonitoringUses of I18n in org.glassfish.ha.commands
Classes in org.glassfish.ha.commands with annotations of type I18n 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 I18n in org.glassfish.javaee.core.deployment
Classes in org.glassfish.javaee.core.deployment with annotations of type I18n Modifier and Type Class Description classListSubComponentsCommandlist-sub-components commandUses of I18n in org.glassfish.jdbc.admin.cli
Classes in org.glassfish.jdbc.admin.cli with annotations of type I18n Modifier and Type Class Description classCreateJdbcConnectionPoolCreate JDBC Connection Pool CommandclassCreateJdbcResourceCreate JDBC Resource CommandclassDeleteJdbcConnectionPoolDelete JDBC Connection Pool CommandclassDeleteJdbcResourceDelete JDBC Resource commandclassJDBCConnectionPoolManagerclassJDBCResourceManagerclassListJdbcConnectionPoolsList JDBC Connection Pools commandclassListJdbcResourcesList JDBC Resources commandUses of I18n in org.glassfish.jms.admin.cli
Classes in org.glassfish.jms.admin.cli with annotations of type I18n 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 DestinationclassJMSPingclassListJMSDestinationsCreate JMS DestinationclassListJMSHostsList JMS Hosts commandclassListJMSResourcesList Connector Resources commandUses of I18n in org.glassfish.jta.admin.cli
Classes in org.glassfish.jta.admin.cli with annotations of type I18n Modifier and Type Class Description classFreezeTransactionServiceclassRollbackTransactionclassUnFreezeTransactionServiceUses of I18n in org.glassfish.jts.admin.cli
Classes in org.glassfish.jts.admin.cli with annotations of type I18n Modifier and Type Class Description classRecoverTransactionsUses of I18n in org.glassfish.loadbalancer.admin.cli
Classes in org.glassfish.loadbalancer.admin.cli with annotations of type I18n 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 instanceclassCreateHTTPLBRefCommandThis is a remote command that supports the create-http-lb-ref CLI command.classCreateHTTPLoadBalancerCommandThis method supports the create-http-lb CLI command.classDeleteHTTPLBRefCommandThis is a remote command that supports the delete-http-lb-ref CLI command.classExportHttpLbConfigExport load-balancer xmlUses of I18n in org.glassfish.orb.admin.cli
Classes in org.glassfish.orb.admin.cli with annotations of type I18n Modifier and Type Class Description classCreateIiopListenerCreate IioP Listener CommandclassDeleteIiopListenerclassListIiopListenersList IIOP Listener commandUses of I18n in org.glassfish.osgi.cli.interactive
Classes in org.glassfish.osgi.cli.interactive with annotations of type I18n Modifier and Type Class Description classLocalOSGiShellCommandA simple local asadmin sub-command to establish an interactive osgi shell.Uses of I18n in org.glassfish.osgi.cli.remote
Classes in org.glassfish.osgi.cli.remote with annotations of type I18n Modifier and Type Class Description classOSGiShellCommandA simple AdminCommand that bridges to the Felix Shell Service.Uses of I18n in org.glassfish.resources.admin.cli
Classes in org.glassfish.resources.admin.cli with annotations of type I18n Modifier and Type Class Description classAddResourcesCreate add-resources CommandclassCreateCustomResourceCreate Custom ResourceclassCreateJndiResourceCreate Jndi ResourceclassCustomResourceManagerclassDeleteCustomResourceDelete Custom Resource objectclassDeleteJndiResourceDelete Jndi Resource objectclassJndiResourceManagerclassListCustomResourcesList Custom Resources commandclassListJndiResourcesList Jndi Resources commandclassResourceFactoryclassResourcesXMLParserThis Class reads the Properties (resources) from the xml file supplied to constructorUses of I18n in org.glassfish.resources.javamail.admin.cli
Classes in org.glassfish.resources.javamail.admin.cli with annotations of type I18n Modifier and Type Class Description classCreateJavaMailResourceCreate Java Mail ResourceclassDeleteJavaMailResourceDelete Mail Resource objectclassJavaMailResourceManagerclassListJavaMailResourcesList Mail Resources commandUses of I18n in org.glassfish.web.admin.cli
Classes in org.glassfish.web.admin.cli with annotations of type I18n 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 I18n in org.glassfish.web.plugin.common
Classes in org.glassfish.web.plugin.common with annotations of type I18n Modifier and Type Class Description classListWebContextParamCommandclassListWebEnvEntryCommandclassSetWebContextParamCommandclassSetWebEnvEntryCommandSets the value of an env-entry customization for a web application.classUnsetWebContextParamCommandclassUnsetWebEnvEntryCommand
-