uk.org.ogsadai.engine.controlflow
Class Constants

java.lang.Object
  |
  +--uk.org.ogsadai.engine.controlflow.Constants

public class Constants
extends java.lang.Object

Stores a few constants used in various places within the engine control flow and activity construction code.

Author:
The OGSA-DAI Project Team

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
static java.lang.String DOCUMENTATION_ELEMENT_NAME
          Name of documentation element.
static java.lang.String FLOW_ELEMENT_NAME
          Name of element containing a number of requect components to be processed in parallel.
static java.lang.String SEQUENCE_ELEMENT_NAME
          Name of element containing a number of request components to be processed sequentially.
static java.lang.String SESSION_ELEMENT_NAME
          Name of documentation element.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values

SEQUENCE_ELEMENT_NAME

public static final java.lang.String SEQUENCE_ELEMENT_NAME
Name of element containing a number of request components to be processed sequentially.

See Also:
Constant Field Values

FLOW_ELEMENT_NAME

public static final java.lang.String FLOW_ELEMENT_NAME
Name of element containing a number of requect components to be processed in parallel.

See Also:
Constant Field Values

DOCUMENTATION_ELEMENT_NAME

public static final java.lang.String DOCUMENTATION_ELEMENT_NAME
Name of documentation element.

See Also:
Constant Field Values

SESSION_ELEMENT_NAME

public static final java.lang.String SESSION_ELEMENT_NAME
Name of documentation element.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()