| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorDeployer.event(EventListener.Event event) |
void |
ConnectorApplication.event(EventListener.Event event)
event listener to listen to resource-adapter undeploy validation and
to validate the undeployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedBeanManagerImpl.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceValidator.event(EventListener.Event<?> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityLifecycle.AuditServerShutdownListener.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminAdapter.event(EventListener.Event event) |
void |
JobManagerService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminConsoleAdapter.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleModuleService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
GrizzlyService.event(EventListener.Event event)
Method is invoked each time Glassfish state changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebContainer.event(EventListener.Event<?> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PayaraInstanceImpl.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsadminRecorderService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
SetNetworkListenerConfiguration.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXMonitoringService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
FaultToleranceServiceImpl.event(EventListener.Event<?> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenApiService.event(EventListener.Event<?> event)
Listen for application deployment events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PayaraCluster.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventBus.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterExecutionService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PayaraExecutorService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
HazelcastCore.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseNotifierService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhoneHomeCore.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTracingService.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteredStore.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CleanupPostBoot.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenTracingService.event(EventListener.Event<?> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
HazelcastTopicStorage.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExampleService.event(EventListener.Event event)
This is the required method for the EventListener interface for server wide messages
handling these events means your service can take action depending on things
happening within the server
|
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringBootstrap.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.event(EventListener.Event<?> event)
Process a Glassfish/Payara event
|
T |
EventTypes.getHook(EventListener.Event<T> e) |
void |
Events.send(EventListener.Event event)
Sends a event asynchronously
|
void |
Events.send(EventListener.Event event,
boolean asynchronously)
Sends a event to all listener synchronously or asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchRuntimeHelper.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployCommand.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDeployer.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsImpl.send(EventListener.Event event) |
void |
EventsImpl.send(EventListener.Event event,
boolean asynchronously) |
| Modifier and Type | Method and Description |
|---|---|
void |
JPADeployer.event(EventListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesDeployer.event(EventListener.Event event)
Event listener to listen to application undeploy validation and
if preserveResources flag is set, cache the <resources>
config for persisting it in domain.xml
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeldDeployer.event(EventListener.Event<?> event)
Specific stages of the Weld bootstrapping process will execute across different stages of the
deployment process.
|
Copyright © 2019. All rights reserved.