| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorResourceManagerLifecycleListener
ResourceManager lifecycle listener that listens to resource-manager startup and shutdown
and does connector related work.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EJBTimerServiceConfigListener
ConfigListener class for the EJB Timer Service changes
|
| Modifier and Type | Class and Description |
|---|---|
class |
JMSConfigListener |
| Modifier and Type | Class and Description |
|---|---|
class |
PoolMonitoringLevelListener |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityConfigListener |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureAdminConfigMonitor
Tracks changes to secure admin configuration, basically so it can report
restart-required.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageSecurityConfigEventListenerImpl
Listener class to handle admin message-security-config element events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionServiceConfigListener
ConfigListener class for TransactionService and TransactionService
monitoring level changes
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobCleanUpService
This is an hk2 service which will clear all expired and inactive jobs
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinedJavaConfigSystemPropertyListener
Listens for the changes to the configuration of JVM and Java system
properties (including the Java VM options).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicReloadService
A service wrapper around the dynamic reload processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicConfigListener
Grizzly dynamic configuration handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebConfigListener
Web container dynamic configuration handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
AMXBootService
Service to boot AMX if it is enabled
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestMonitoringService
The core service for the Rest Monitoring application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZendeskSupportService |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsService |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenApiService |
| Modifier and Type | Class and Description |
|---|---|
class |
PayaraExecutorService |
| Modifier and Type | Class and Description |
|---|---|
class |
HazelcastCore
The core class for using Hazelcast in Payara
|
| Modifier and Type | Class and Description |
|---|---|
class |
HealthCheckService |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationService
Main service class that provides
#notify(NotificationEvent) method used by services, which needs disseminating notifications. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestTracingService
Main service class that provides methods used by interceptors for tracing
requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExampleService
An 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AMXJ2EEStartupService
Startup service that loads support for AMX config MBeans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitoringBootstrap
Starts AMX monitoring
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestConfigChangeListener
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaWebStartInfo
Encapsulates information related to Java Web Start support for a single
app client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigConfigBeanListener
Listens 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoDeployService
A service wrapper around the autodeployer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebContainerStarter
Startup service for the web container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceManager
Resource manager to bind various resources during start-up, create/update/delete of resource/pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationScopedResourcesManager
Resource manager to bind various application or module scoped resources during
startup, create/update/delete of resource/pool
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dom.addListener(ConfigListener listener) |
void |
ObservableBean.addListener(ConfigListener listener)
Add a new listener to configuration changes.
|
void |
Transactions.addListenerForType(Class listenerType,
ConfigListener listener)
adds a listener for a particular config type
|
boolean |
Dom.removeListener(ConfigListener listener) |
boolean |
ObservableBean.removeListener(ConfigListener listener)
Remove a listener
|
boolean |
Transactions.removeListenerForType(Class listenerType,
ConfigListener listener)
removes a listener for a particular config type
|
Copyright © 2019. All rights reserved.