org.glite.lb
Class Sources
java.lang.Object
org.glite.lb.Sources
public class Sources
- extends java.lang.Object
Enum which represents type if sources.
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 |
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
Sources
public Sources()
Sources
public Sources(int source)
check
public static void check(int source)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object