com.plumtree.server
Class PT_JOBSERVERSTATUS

java.lang.Object
  extended by com.plumtree.server.PT_JOBSERVERSTATUS

public final class PT_JOBSERVERSTATUS
extends java.lang.Object

Version:
$Revision$
Author:
Mike Sample
See Also:
IPTScheduler

Field Summary
static int PT_JOBSERVERSTATUS_OFFLINE
          Job Server is offline, not polling for jobs
static int PT_JOBSERVERSTATUS_ONLINE
          Job Server is online, currently polling for jobs
static int PT_JOBSERVERSTATUS_UNKNOWN
          Status of this Job Server is not known at this time.
 
Constructor Summary
PT_JOBSERVERSTATUS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_JOBSERVERSTATUS_OFFLINE

public static final int PT_JOBSERVERSTATUS_OFFLINE
Job Server is offline, not polling for jobs

See Also:
Constant Field Values

PT_JOBSERVERSTATUS_ONLINE

public static final int PT_JOBSERVERSTATUS_ONLINE
Job Server is online, currently polling for jobs

See Also:
Constant Field Values

PT_JOBSERVERSTATUS_UNKNOWN

public static final int PT_JOBSERVERSTATUS_UNKNOWN
Status of this Job Server is not known at this time. NOTE: When the Job Server comes online or offline, it will correct the status.

See Also:
Constant Field Values
Constructor Detail

PT_JOBSERVERSTATUS

public PT_JOBSERVERSTATUS()