com.plumtree.server
Class PT_JOBSERVERSTATUS

java.lang.Object
  |
  +--com.plumtree.server.PT_JOBSERVERSTATUS

public final class PT_JOBSERVERSTATUS
extends java.lang.Object

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
 
Constructor Summary
PT_JOBSERVERSTATUS()
           
 
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

PT_JOBSERVERSTATUS_ONLINE

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

PT_JOBSERVERSTATUS

public PT_JOBSERVERSTATUS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.