public class HealthCheckerMBeanNotification extends Notification
| Constructor and Description |
|---|
HealthCheckerMBeanNotification(Object source,
boolean status,
long sequenceNumber)
Instantiates a new health checker m bean notification.
|
HealthCheckerMBeanNotification(Object source,
boolean status,
long sequenceNumber,
long timeStamp)
Instantiates a new health checker m bean notification.
|
HealthCheckerMBeanNotification(Object source,
boolean status,
long sequenceNumber,
long timeStamp,
String message)
Instantiates a new health checker m bean notification.
|
HealthCheckerMBeanNotification(Object source,
boolean status,
long sequenceNumber,
String message)
Instantiates a new health checker m bean notification.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlive()
Gets the status of the Application.
|
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toStringgetSourcepublic HealthCheckerMBeanNotification(Object source, boolean status, long sequenceNumber)
source - the sourcestatus - the statussequenceNumber - the sequence numberpublic HealthCheckerMBeanNotification(Object source, boolean status, long sequenceNumber, String message)
source - the sourcestatus - the statussequenceNumber - the sequence numbermessage - the messagepublic HealthCheckerMBeanNotification(Object source, boolean status, long sequenceNumber, long timeStamp)
source - the sourcestatus - the statussequenceNumber - the sequence numbertimeStamp - the time stamppublic HealthCheckerMBeanNotification(Object source, boolean status, long sequenceNumber, long timeStamp, String message)
source - the sourcestatus - the statussequenceNumber - the sequence numbertimeStamp - the time stampmessage - the messageCopyright © 2016 utils4j. All Rights Reserved.