management
package insteadpublic interface Alert
AlertListener
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionName()
Deprecated.
The name of the distributed
system) through which the alert was issued.
|
java.util.Date |
getDate()
Deprecated.
The time at which the alert was issued
|
AlertLevel |
getLevel()
Deprecated.
The level at which this alert is issued
|
java.lang.String |
getMessage()
Deprecated.
The alert's message
|
java.lang.String |
getSourceId()
Deprecated.
The id of the source of the alert (such as a thread in a VM)
|
SystemMember |
getSystemMember()
Deprecated.
The member of the distributed system that issued the alert, or null if the issuer is no longer
a member of the distributed system.
|
AlertLevel getLevel()
SystemMember getSystemMember()
java.lang.String getConnectionName()
java.lang.String getSourceId()
java.lang.String getMessage()
java.util.Date getDate()