|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.abraracourcix.alipes.monitors.url.URLEvent
An event representing all the things that could go wrong with polling a URL
| Field Summary | |
static URLEvent |
DOWN
Enum value |
static URLEvent |
GONE_DOWN
Enum value |
static URLEvent |
GONE_UP
Enum value |
static URLEvent |
UNKNOWN
Enum value |
static URLEvent |
UP
Enum value |
| Method Summary | |
java.lang.String |
toString()
The usual toString method, returning a description of the event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final URLEvent UNKNOWN
public static final URLEvent DOWN
public static final URLEvent UP
public static final URLEvent GONE_DOWN
public static final URLEvent GONE_UP
| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||