management
package instead@Deprecated public interface Alert
AlertListener
Modifier and Type | Method and Description |
---|---|
String |
getConnectionName()
Deprecated.
The name of the distributed
system) through which the alert was issued.
|
Date |
getDate()
Deprecated.
The time at which the alert was issued
|
AlertLevel |
getLevel()
Deprecated.
The level at which this alert is issued
|
String |
getMessage()
Deprecated.
The alert's message
|
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()
String getConnectionName()
String getSourceId()
String getMessage()
Date getDate()