org.glite.lb
Class Sources

java.lang.Object
  extended by org.glite.lb.Sources

public class Sources
extends java.lang.Object

Enum which represents type if sources.


Field Summary
static int APPLICATION
           
static int BIG_HELPER
           
static int CREAM_EXECUTOR
           
static int CREAM_INTERFACE
           
static int JOB_SUBMISSION
           
static int LB_SERVER
           
static int LOG_MONITOR
           
static int LRMS
           
static int NETWORK_SERVER
           
static int NONE
           
 int source
           
static int USER_INTERFACE
           
static int WORKLOAD_MANAGER
           
 
Constructor Summary
Sources()
           
Sources(int source)
           
 
Method Summary
static void check(int source)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

USER_INTERFACE

public static final int USER_INTERFACE
See Also:
Constant Field Values

NETWORK_SERVER

public static final int NETWORK_SERVER
See Also:
Constant Field Values

WORKLOAD_MANAGER

public static final int WORKLOAD_MANAGER
See Also:
Constant Field Values

BIG_HELPER

public static final int BIG_HELPER
See Also:
Constant Field Values

JOB_SUBMISSION

public static final int JOB_SUBMISSION
See Also:
Constant Field Values

LOG_MONITOR

public static final int LOG_MONITOR
See Also:
Constant Field Values

LRMS

public static final int LRMS
See Also:
Constant Field Values

APPLICATION

public static final int APPLICATION
See Also:
Constant Field Values

LB_SERVER

public static final int LB_SERVER
See Also:
Constant Field Values

CREAM_INTERFACE

public static final int CREAM_INTERFACE
See Also:
Constant Field Values

CREAM_EXECUTOR

public static final int CREAM_EXECUTOR
See Also:
Constant Field Values

source

public int source
Constructor Detail

Sources

public Sources()

Sources

public Sources(int source)
Method Detail

check

public static void check(int source)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object