|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Alert
An administration alert that is issued by a member of a GemFire distributed system. It is similar to a log message.
AlertListener| Method Summary | |
|---|---|
String |
getConnectionName()
The name of the distributed system) through which the alert was issued. |
Date |
getDate()
The time at which the alert was issued |
AlertLevel |
getLevel()
The level at which this alert is issued |
String |
getMessage()
The alert's message |
String |
getSourceId()
The id of the source of the alert (such as a thread in a VM) |
SystemMember |
getSystemMember()
The member of the distributed system that issued the alert, or null if the issuer is no longer a member of the distributed system. |
| Method Detail |
|---|
AlertLevel getLevel()
SystemMember getSystemMember()
String getConnectionName()
String getSourceId()
String getMessage()
Date getDate()
|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||