|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.gemstone.gemfire.management
package instead
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()
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. |
Method Detail |
---|
AlertLevel getLevel()
SystemMember getSystemMember()
String getConnectionName()
String getSourceId()
String getMessage()
Date getDate()
|
GemFire 7.0.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |