|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.glite.wmsui.apij.InfoLB
LB Information Class Wrapper This class is not visible to the user, restricted to the package
Field Summary | |
static int |
DEFAULT_LOG_LEVEL
Verbosity Level: only basic information |
static int |
HIGH_LOG_LEVEL
Verbosity Level: Complete information, full attributes and CLASSAD info retrieved |
static int |
NORMAL_LOG_LEVEL
Verbosity Level: Normal Information, only CLASSAD info are not retrieved |
Method Summary | |
java.lang.Object |
get(int attrName)
Retrieve a specified field |
int |
getValInt(int i)
Retrieve the integer value of the specified attribute |
java.lang.String |
getValString(int i)
Retrieve the String value of the specified attribute |
java.lang.String |
toString()
Convert the instance into a String |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static int DEFAULT_LOG_LEVEL
public static int NORMAL_LOG_LEVEL
public static int HIGH_LOG_LEVEL
Method Detail |
public java.lang.Object get(int attrName)
attrName
- index int valure corresponding to the field to be retrieved
public int getValInt(int i)
i
- the attribute to be retrieved
java.lang.ClassCastException
public java.lang.String getValString(int i)
java.lang.ClassCastException
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |