|
|||||||||
| Home >> All >> uk >> ac >> soton >> itinnovation >> taverna >> enactor >> [ broker overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
uk.ac.soton.itinnovation.taverna.enactor.broker
Class LogLevel

java.lang.Objectuk.ac.soton.itinnovation.taverna.enactor.broker.LogLevel
- public class LogLevel
- extends java.lang.Object
| Field Summary | |
static int |
HIGH
|
private int |
level
|
static int |
LOW
|
static int |
NONE
|
static int |
NORMAL
|
| Constructor Summary | |
LogLevel()
|
|
LogLevel(int level)
|
|
| Method Summary | |
int |
getLevel()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NONE
public static final int NONE
- See Also:
- Constant Field Values
LOW
public static final int LOW
- See Also:
- Constant Field Values
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
HIGH
public static final int HIGH
- See Also:
- Constant Field Values
level
private int level
| Constructor Detail |
LogLevel
public LogLevel()
LogLevel
public LogLevel(int level)
| Method Detail |
getLevel
public int getLevel()
|
|||||||||
| Home >> All >> uk >> ac >> soton >> itinnovation >> taverna >> enactor >> [ broker overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
uk.ac.soton.itinnovation.taverna.enactor.broker.LogLevel