VLab Common 1.2

pl.psnc.vlab.remote.util
Interface VlabTaskStatus


public interface VlabTaskStatus

Author:
Dominik Stok�osa

Field Summary
static int COMPUTATIONAL
          Task types
static int DRYER
           
static int EXPERIMENT
           
static int FELIX
           
static int INSIGHT
           
static int RADIOTELESCOPE
           
static int STATUS_ACCESSDENIED
          Acces denied: RAD permission not granted
static int STATUS_ARCHIVED
          Archived: Task done and stored
static int STATUS_BUFFERED
          Buffered
static int STATUS_CLOSING
          Closing: Task is being closed and device getting ready for the next exp
static int STATUS_COSTEXCEEDED
          Cost exceeded: Experiment cost is not acceptable
static int STATUS_DONE
          Done: Task is done (success)
static int STATUS_FAILED
          Failed: Task failed (error in execution)
static int STATUS_IN_PROGRESS
          InProgress: Task is in progress
static int STATUS_INIT
          Init: Task is sent to its execution module (initialisation)
static int STATUS_INTERRUPTED
          Interrupted: Task interrupted by system
static int STATUS_INVALIDPROXY
          Invalid proxy: Task has invalid proxy
static int STATUS_LIMITEXCEEDED
          Accounting limits exceeded for the user/laboratory
static int STATUS_PENDING
          Pending: Task submitted to the system
static int STATUS_READY
          Ready: Task is ready for execution (only when interactive)
static int STATUS_SAMPLEPREP
          Sample preparation
static int STATUS_SCHEDULED
          Scheduled: Task is scheduled locally
static int STATUS_UNSCHEDULABLE
          Unschedulable: Task cannot be scheduled
static int STATUS_WRONGDATA
          Wrong data: Wrong experiment reservation period data
static int TOPSPIN
           
static int VMD
           
static int XPLORE
          Application names
 

Field Detail

STATUS_PENDING

static final int STATUS_PENDING
Pending: Task submitted to the system

See Also:
Constant Field Values

STATUS_SCHEDULED

static final int STATUS_SCHEDULED
Scheduled: Task is scheduled locally

See Also:
Constant Field Values

STATUS_INIT

static final int STATUS_INIT
Init: Task is sent to its execution module (initialisation)

See Also:
Constant Field Values

STATUS_READY

static final int STATUS_READY
Ready: Task is ready for execution (only when interactive)

See Also:
Constant Field Values

STATUS_IN_PROGRESS

static final int STATUS_IN_PROGRESS
InProgress: Task is in progress

See Also:
Constant Field Values

STATUS_DONE

static final int STATUS_DONE
Done: Task is done (success)

See Also:
Constant Field Values

STATUS_FAILED

static final int STATUS_FAILED
Failed: Task failed (error in execution)

See Also:
Constant Field Values

STATUS_INTERRUPTED

static final int STATUS_INTERRUPTED
Interrupted: Task interrupted by system

See Also:
Constant Field Values

STATUS_ARCHIVED

static final int STATUS_ARCHIVED
Archived: Task done and stored

See Also:
Constant Field Values

STATUS_UNSCHEDULABLE

static final int STATUS_UNSCHEDULABLE
Unschedulable: Task cannot be scheduled

See Also:
Constant Field Values

STATUS_CLOSING

static final int STATUS_CLOSING
Closing: Task is being closed and device getting ready for the next exp

See Also:
Constant Field Values

STATUS_COSTEXCEEDED

static final int STATUS_COSTEXCEEDED
Cost exceeded: Experiment cost is not acceptable

See Also:
Constant Field Values

STATUS_LIMITEXCEEDED

static final int STATUS_LIMITEXCEEDED
Accounting limits exceeded for the user/laboratory

See Also:
Constant Field Values

STATUS_WRONGDATA

static final int STATUS_WRONGDATA
Wrong data: Wrong experiment reservation period data

See Also:
Constant Field Values

STATUS_BUFFERED

static final int STATUS_BUFFERED
Buffered

See Also:
Constant Field Values

STATUS_SAMPLEPREP

static final int STATUS_SAMPLEPREP
Sample preparation

See Also:
Constant Field Values

STATUS_ACCESSDENIED

static final int STATUS_ACCESSDENIED
Acces denied: RAD permission not granted

See Also:
Constant Field Values

STATUS_INVALIDPROXY

static final int STATUS_INVALIDPROXY
Invalid proxy: Task has invalid proxy

See Also:
Constant Field Values

XPLORE

static final int XPLORE
Application names

See Also:
Constant Field Values

FELIX

static final int FELIX
See Also:
Constant Field Values

TOPSPIN

static final int TOPSPIN
See Also:
Constant Field Values

VMD

static final int VMD
See Also:
Constant Field Values

INSIGHT

static final int INSIGHT
See Also:
Constant Field Values

COMPUTATIONAL

static final int COMPUTATIONAL
Task types

See Also:
Constant Field Values

EXPERIMENT

static final int EXPERIMENT
See Also:
Constant Field Values

RADIOTELESCOPE

static final int RADIOTELESCOPE
See Also:
Constant Field Values

DRYER

static final int DRYER
See Also:
Constant Field Values

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.