Package org.apache.geode.management
Interface JMXNotificationType
public interface JMXNotificationType
Enumerated type for JMX notification types emitted by GemFire management system. This types can
be matched with javax.management.Notification.getType() for filtering required notifications.
For detail usage see GemFire quick start.
- Since:
- GemFire 8.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNotification type which indicates that an async queue has been closed.static final StringNotification type which indicates that an async queue is created
The value of this type string isggemfire.distributedsystem.asycn.event.queue.created.static final StringNotification type which indicates that a member has departed from the system.static final StringNotification type which indicates that a member has been added to the system.static final StringNotification type which indicates that a member is suspected.static final StringNotification type which indicates that cache server is started
The value of this type string isgemfire.distributedsystem.cache.server.started.static final StringNotification type which indicates that cache server is stopped
The value of this type string isgemfire.distributedsystem.cache.server.stopped.static final StringNotification type which indicates that a cache service is created
The value of this type string isgemfire.distributedsystem.cache.service.created.static final StringNotification type which indicates that a client has crashed
The value of this type string isgemfire.distributedsystem.cacheserver.client.crashed.static final StringNotification type which indicates that a client has joined
The value of this type string isgemfire.distributedsystem.cacheserver.client.joined.static final StringNotification type which indicates that a client has left
The value of this type string isgemfire.distributedsystem.cacheserver.client.left.static final StringNotification type which indicates that a disk store has been closed.static final StringNotification type which indicates that a disk store has been created
The value of this type string isgemfire.distributedsystem.cache.disk.created.static final StringNotification type which indicates that a gateway receiver is created
The value of this type string isgemfire.distributedsystem.gateway.receiver.created.static final StringNotification type which indicates that a gateway receiver is destroyed
The value of this type string isgemfire.distributedsystem.gateway.receiver.destroyed.static final StringNotification type which indicates that a gateway receiver is started
The value of this type string isgemfire.distributedsystem.gateway.receiver.started.static final StringNotification type which indicates that a gateway receiver is stopped
The value of this type string isgemfire.distributedsystem.gateway.receiver.stopped.static final StringNotification type which indicates that a gateway sender is created
The value of this type string isgemfire.distributedsystem.gateway.sender.created.static final StringNotification type which indicates that a gateway sender is paused
The value of this type string isgemfire.distributedsystem.gateway.sender.paused.static final StringNotification type which indicates that a gateway sender is removed
The value of this type string isgemfire.distributedsystem.gateway.sender.removed.static final StringNotification type which indicates that a gateway sender is resumed
The value of this type string isgemfire.distributedsystem.gateway.sender.resumed.static final StringNotification type which indicates that a gateway sender is started
The value of this type string isgemfire.distributedsystem.gateway.sender.started.static final StringNotification type which indicates that a gateway sender is stopped
The value of this type string isgemfire.distributedsystem.gateway.sender.stopped.static final StringNotification type which indicates that locator is started
The value of this type string isgemfire.distributedsystem.locator.started.static final StringNotification type which indicates that a lock service has been closed.static final StringNotification type which indicates that a lock service has been created.static final Stringstatic final StringNotification type which indicates that a region has been closed/destroyed in the cache
The value of this type string isgemfire.distributedsystem.cache.region.closed.static final StringNotification type which indicates that a region has been created in the cache
The value of this type string isgemfire.distributedsystem.cache.region.created.static final StringNotification type which indicates a GemFire system generated alert
The value of this type string issystem.alert.
-
Field Details
-
REGION_CREATED
Notification type which indicates that a region has been created in the cache
The value of this type string isgemfire.distributedsystem.cache.region.created.- See Also:
-
REGION_CLOSED
Notification type which indicates that a region has been closed/destroyed in the cache
The value of this type string isgemfire.distributedsystem.cache.region.closed.- See Also:
-
DISK_STORE_CREATED
Notification type which indicates that a disk store has been created
The value of this type string isgemfire.distributedsystem.cache.disk.created.- See Also:
-
DISK_STORE_CLOSED
Notification type which indicates that a disk store has been closed.
The value of this type string isgemfire.distributedsystem.cache.disk.closed.- See Also:
-
LOCK_SERVICE_CREATED
Notification type which indicates that a lock service has been created.
The value of this type string isgemfire.distributedsystem.cache.lockservice.created.- See Also:
-
LOCK_SERVICE_CLOSED
Notification type which indicates that a lock service has been closed.
The value of this type string isgemfire.distributedsystem.cache.lockservice.closed.- See Also:
-
CACHE_MEMBER_JOINED
Notification type which indicates that a member has been added to the system.
The value of this type string isgemfire.distributedsystem.cache.created.- See Also:
-
CACHE_MEMBER_DEPARTED
Notification type which indicates that a member has departed from the system.
The value of this type string isgemfire.distributedsystem.cache.created.- See Also:
-
CACHE_MEMBER_SUSPECT
Notification type which indicates that a member is suspected.
The value of this type string isgemfire.distributedsystem.cache.created.- See Also:
-
CLIENT_JOINED
Notification type which indicates that a client has joined
The value of this type string isgemfire.distributedsystem.cacheserver.client.joined.- See Also:
-
CLIENT_LEFT
Notification type which indicates that a client has left
The value of this type string isgemfire.distributedsystem.cacheserver.client.left.- See Also:
-
CLIENT_CRASHED
Notification type which indicates that a client has crashed
The value of this type string isgemfire.distributedsystem.cacheserver.client.crashed.- See Also:
-
GATEWAY_RECEIVER_CREATED
Notification type which indicates that a gateway receiver is created
The value of this type string isgemfire.distributedsystem.gateway.receiver.created.- See Also:
-
GATEWAY_SENDER_CREATED
Notification type which indicates that a gateway sender is created
The value of this type string isgemfire.distributedsystem.gateway.sender.created.- See Also:
-
GATEWAY_SENDER_STARTED
Notification type which indicates that a gateway sender is started
The value of this type string isgemfire.distributedsystem.gateway.sender.started.- See Also:
-
GATEWAY_SENDER_STOPPED
Notification type which indicates that a gateway sender is stopped
The value of this type string isgemfire.distributedsystem.gateway.sender.stopped.- See Also:
-
GATEWAY_SENDER_PAUSED
Notification type which indicates that a gateway sender is paused
The value of this type string isgemfire.distributedsystem.gateway.sender.paused.- See Also:
-
GATEWAY_SENDER_RESUMED
Notification type which indicates that a gateway sender is resumed
The value of this type string isgemfire.distributedsystem.gateway.sender.resumed.- See Also:
-
GATEWAY_SENDER_REMOVED
Notification type which indicates that a gateway sender is removed
The value of this type string isgemfire.distributedsystem.gateway.sender.removed.- See Also:
-
ASYNC_EVENT_QUEUE_CREATED
Notification type which indicates that an async queue is created
The value of this type string isggemfire.distributedsystem.asycn.event.queue.created.- See Also:
-
ASYNC_EVENT_QUEUE_CLOSED
Notification type which indicates that an async queue has been closed.
The value of this type string isgemfire.distributedsystem.async.event.queue.closed.- See Also:
-
SYSTEM_ALERT
Notification type which indicates a GemFire system generated alert
The value of this type string issystem.alert.- See Also:
-
CACHE_SERVER_STARTED
Notification type which indicates that cache server is started
The value of this type string isgemfire.distributedsystem.cache.server.started.- See Also:
-
CACHE_SERVER_STOPPED
Notification type which indicates that cache server is stopped
The value of this type string isgemfire.distributedsystem.cache.server.stopped.- See Also:
-
GATEWAY_RECEIVER_STARTED
Notification type which indicates that a gateway receiver is started
The value of this type string isgemfire.distributedsystem.gateway.receiver.started.- See Also:
-
GATEWAY_RECEIVER_STOPPED
Notification type which indicates that a gateway receiver is stopped
The value of this type string isgemfire.distributedsystem.gateway.receiver.stopped.- See Also:
-
GATEWAY_RECEIVER_DESTROYED
Notification type which indicates that a gateway receiver is destroyed
The value of this type string isgemfire.distributedsystem.gateway.receiver.destroyed.- See Also:
-
LOCATOR_STARTED
Notification type which indicates that locator is started
The value of this type string isgemfire.distributedsystem.locator.started.- See Also:
-
CACHE_SERVICE_CREATED
Notification type which indicates that a cache service is created
The value of this type string isgemfire.distributedsystem.cache.service.created.- See Also:
-
MANAGER_STARTED
- See Also:
-