org.objectweb.proactive.scheduler
Interface SchedulerConstants

All Known Implementing Classes:
AbstractPolicy, FIFOPolicy, MixedPolicy, Scheduler, SchedulerLookupService, SpacePolicy, TimePolicy

public interface SchedulerConstants


Field Summary
static java.lang.String JOB_ID
          the job ID of the job to be run locally
static java.lang.String JVM_PARAMETERS
          jvm parameters
static java.lang.String POLICY_NAME
          policy class name of the scheduler
static java.lang.String SCHEDULER_NODE_NAME
          SCHEDULER_NODE_NAME: name of the scheduler node where the service is deployed.
static java.lang.String SCHEDULER_URL
          scheduler url (protocol://host:port)
static java.lang.String XML_PATH
          the complete path of the XML Deployement Descriptor
 

Field Detail

SCHEDULER_NODE_NAME

static final java.lang.String SCHEDULER_NODE_NAME
SCHEDULER_NODE_NAME: name of the scheduler node where the service is deployed.

See Also:
Constant Field Values

POLICY_NAME

static final java.lang.String POLICY_NAME
policy class name of the scheduler

See Also:
Constant Field Values

SCHEDULER_URL

static final java.lang.String SCHEDULER_URL
scheduler url (protocol://host:port)

See Also:
Constant Field Values

JVM_PARAMETERS

static final java.lang.String JVM_PARAMETERS
jvm parameters

See Also:
Constant Field Values

JOB_ID

static final java.lang.String JOB_ID
the job ID of the job to be run locally

See Also:
Constant Field Values

XML_PATH

static final java.lang.String XML_PATH
the complete path of the XML Deployement Descriptor

See Also:
Constant Field Values


Copyright 2001-2007 INRIA All Rights Reserved.