Uses of Interface
org.jvnet.hk2.config.ConfigListener
-
-
Uses of ConfigListener in com.sun.appserv.connectors.internal
Classes in com.sun.appserv.connectors.internal that implement ConfigListener Modifier and Type Class Description classConnectorResourceManagerLifecycleListenerResourceManager lifecycle listener that listens to resource-manager startup and shutdown and does connector related work. -
Uses of ConfigListener in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ConfigListener Modifier and Type Class Description classEJBTimerServiceConfigListenerConfigListener class for the EJB Timer Service changes -
Uses of ConfigListener in com.sun.enterprise.connectors.jms.system
Classes in com.sun.enterprise.connectors.jms.system that implement ConfigListener Modifier and Type Class Description classJMSConfigListener -
Uses of ConfigListener in com.sun.enterprise.resource.pool.monitor
Classes in com.sun.enterprise.resource.pool.monitor that implement ConfigListener Modifier and Type Class Description classPoolMonitoringLevelListener -
Uses of ConfigListener in com.sun.enterprise.security
Classes in com.sun.enterprise.security that implement ConfigListener Modifier and Type Class Description classSecurityConfigListener -
Uses of ConfigListener in com.sun.enterprise.security.admin.cli
Classes in com.sun.enterprise.security.admin.cli that implement ConfigListener Modifier and Type Class Description classSecureAdminConfigMonitorTracks changes to secure admin configuration, basically so it can report restart-required. -
Uses of ConfigListener in com.sun.enterprise.security.jaspic
Classes in com.sun.enterprise.security.jaspic that implement ConfigListener Modifier and Type Class Description classMessageSecurityConfigEventListenerImplListener class to handle admin message-security-config element events. -
Uses of ConfigListener in com.sun.enterprise.transaction
Classes in com.sun.enterprise.transaction that implement ConfigListener Modifier and Type Class Description classTransactionServiceConfigListenerConfigListener class for TransactionService and TransactionService monitoring level changes -
Uses of ConfigListener in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement ConfigListener Modifier and Type Class Description classJobCleanUpServiceThis is an hk2 service which will clear all expired and inactive jobs -
Uses of ConfigListener in com.sun.enterprise.v3.admin.listener
Classes in com.sun.enterprise.v3.admin.listener that implement ConfigListener Modifier and Type Class Description classCombinedJavaConfigSystemPropertyListenerListens for the changes to the configuration of JVM and Java system properties (including the Java VM options). -
Uses of ConfigListener in com.sun.enterprise.v3.server
Classes in com.sun.enterprise.v3.server that implement ConfigListener Modifier and Type Class Description classDynamicReloadServiceA service wrapper around the dynamic reload processor. -
Uses of ConfigListener in com.sun.enterprise.v3.services.impl
Classes in com.sun.enterprise.v3.services.impl that implement ConfigListener Modifier and Type Class Description classDynamicConfigListenerGrizzly dynamic configuration handler -
Uses of ConfigListener in com.sun.enterprise.web.reconfig
Classes in com.sun.enterprise.web.reconfig that implement ConfigListener Modifier and Type Class Description classWebConfigListenerWeb container dynamic configuration handler -
Uses of ConfigListener in fish.payara.admin.amx
Classes in fish.payara.admin.amx that implement ConfigListener Modifier and Type Class Description classAMXBootServiceService to boot AMX if it is enabled -
Uses of ConfigListener in fish.payara.appserver.monitoring.rest.service
Classes in fish.payara.appserver.monitoring.rest.service that implement ConfigListener Modifier and Type Class Description classRestMonitoringServiceThe core service for the Rest Monitoring application. -
Uses of ConfigListener in fish.payara.ejb.http.admin
Classes in fish.payara.ejb.http.admin that implement ConfigListener Modifier and Type Class Description classEjbInvokerService -
Uses of ConfigListener in fish.payara.microprofile.healthcheck
Classes in fish.payara.microprofile.healthcheck that implement ConfigListener Modifier and Type Class Description classHealthCheckServiceService that handles the registration, execution, and response of MicroProfile HealthChecks. -
Uses of ConfigListener in fish.payara.microprofile.metrics.impl
Classes in fish.payara.microprofile.metrics.impl that implement ConfigListener Modifier and Type Class Description classMetricsServiceImpl -
Uses of ConfigListener in fish.payara.monitoring.runtime
Classes in fish.payara.monitoring.runtime that implement ConfigListener Modifier and Type Class Description classMonitoringConsoleRuntimeImplThis implementation of theMonitoringConsoleRuntimeconnects the Payara independent parts of the monitoring console with the Payara server. -
Uses of ConfigListener in fish.payara.nucleus.executorservice
Classes in fish.payara.nucleus.executorservice that implement ConfigListener Modifier and Type Class Description classPayaraExecutorServiceService that provides a shared executor service for server internals rather than all services creating and using their own. -
Uses of ConfigListener in fish.payara.nucleus.hazelcast
Classes in fish.payara.nucleus.hazelcast that implement ConfigListener Modifier and Type Class Description classHazelcastCoreThe core class for using Hazelcast in Payara -
Uses of ConfigListener in fish.payara.nucleus.healthcheck
Classes in fish.payara.nucleus.healthcheck that implement ConfigListener Modifier and Type Class Description classHealthCheckService -
Uses of ConfigListener in fish.payara.nucleus.microprofile.config.source.extension
Classes in fish.payara.nucleus.microprofile.config.source.extension that implement ConfigListener Modifier and Type Class Description classExtensionConfigSourceService -
Uses of ConfigListener in fish.payara.nucleus.notification
Classes in fish.payara.nucleus.notification that implement ConfigListener Modifier and Type Class Description classNotificationServiceMain service class that receivedNotificationService.notify(PayaraNotification)HK2 events, and distributes them to notifiers discovered by the service. -
Uses of ConfigListener in fish.payara.nucleus.requesttracing
Classes in fish.payara.nucleus.requesttracing that implement ConfigListener Modifier and Type Class Description classRequestTracingServiceMain service class that provides methods used by interceptors for tracing requests. -
Uses of ConfigListener in fish.payara.service.example
Classes in fish.payara.service.example that implement ConfigListener Modifier and Type Class Description classExampleServiceAn example of a service which can be used as an aid to developing future services The service implements Event Listener to hook into the Sever wide events system The service implements MessageReceiver to hook into the cluster wide messaging system The service implements ConfigListener to receive notifications if it's configuration changes Note you do not need to inject all the services below they are just examples of what is available Note if you need to respond to configuration changes and be dynamic then implement the ConfigListener interface if you are unable to respond to config changes don't implement the interface. -
Uses of ConfigListener in org.glassfish.admin.amx.impl.j2ee.loader
Classes in org.glassfish.admin.amx.impl.j2ee.loader that implement ConfigListener Modifier and Type Class Description classAMXJ2EEStartupServiceStartup service that loads support for AMX config MBeans. -
Uses of ConfigListener in org.glassfish.admin.monitor
Classes in org.glassfish.admin.monitor that implement ConfigListener Modifier and Type Class Description classMonitoringBootstrapStarts AMX monitoring -
Uses of ConfigListener in org.glassfish.admin.rest
Classes in org.glassfish.admin.rest that implement ConfigListener Modifier and Type Class Description classRestConfigChangeListenerDeprecated. -
Uses of ConfigListener in org.glassfish.appclient.server.core.jws
Classes in org.glassfish.appclient.server.core.jws that implement ConfigListener Modifier and Type Class Description classJavaWebStartInfoEncapsulates information related to Java Web Start support for a single app client. -
Uses of ConfigListener in org.glassfish.config.support
Classes in org.glassfish.config.support that implement ConfigListener Modifier and Type Class Description classConfigConfigBeanListenerListens for changes to the Config for the current server and adds an index for the name ServerEnvironment.DEFAULT_INSTANCE_NAME to any objects that are added. -
Uses of ConfigListener in org.glassfish.deployment.autodeploy
Classes in org.glassfish.deployment.autodeploy that implement ConfigListener Modifier and Type Class Description classAutoDeployServiceA service wrapper around the autodeployer. -
Uses of ConfigListener in org.glassfish.kernel.jakartaee
Classes in org.glassfish.kernel.jakartaee that implement ConfigListener Modifier and Type Class Description classWebContainerStarterStartup service for the web container. -
Uses of ConfigListener in org.glassfish.resourcebase.resources.listener
Classes in org.glassfish.resourcebase.resources.listener that implement ConfigListener Modifier and Type Class Description classResourceManagerResource manager to bind various resources during start-up, create/update/delete of resource/pool -
Uses of ConfigListener in org.glassfish.resources.listener
Classes in org.glassfish.resources.listener that implement ConfigListener Modifier and Type Class Description classApplicationScopedResourcesManagerResource manager to bind various application or module scoped resources during startup, create/update/delete of resource/pool -
Uses of ConfigListener in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config with parameters of type ConfigListener Modifier and Type Method Description voidDom. addListener(ConfigListener listener)voidObservableBean. addListener(ConfigListener listener)Add a new listener to configuration changes.voidTransactions. addListenerForType(Class listenerType, ConfigListener listener)adds a listener for a particular config typebooleanDom. removeListener(ConfigListener listener)booleanObservableBean. removeListener(ConfigListener listener)Remove a listenerbooleanTransactions. removeListenerForType(Class listenerType, ConfigListener listener)removes a listener for a particular config type
-