org.abraracourcix.alipes.monitors.url
Class URLEvent

java.lang.Object
  extended byorg.abraracourcix.alipes.monitors.url.URLEvent
All Implemented Interfaces:
Event

public final class URLEvent
extends java.lang.Object
implements Event

An event representing all the things that could go wrong with polling a URL

Author:
jdt

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

UNKNOWN

public static final URLEvent UNKNOWN
Enum value


DOWN

public static final URLEvent DOWN
Enum value


UP

public static final URLEvent UP
Enum value


GONE_DOWN

public static final URLEvent GONE_DOWN
Enum value


GONE_UP

public static final URLEvent GONE_UP
Enum value

Method Detail

toString

public java.lang.String toString()
The usual toString method, returning a description of the event

Returns:
the event


Copyright © 2004-2005 Abraracourcix. All Rights Reserved.