tags assocated with an application descriptor.
For a particular code, the parameters and their values are stored
in a hash table.
Method Summary |
void |
construct()
|
java.util.Hashtable |
getCodeTagList()
Returns the hashtable containing the application's parameters
and their values. |
java.lang.String |
getCodeTagValue(java.lang.String paramName)
Returns the value for a particular tag. |
java.util.Vector |
getHostList()
|
java.util.Vector |
getHostListNames()
Returns the list of host machines that offer this code. |
void |
instantiate()
|
hostList
public java.util.Vector hostList
hostListNames
public java.util.Vector hostListNames
paramHash
public java.util.Hashtable paramHash
parseXMLDesc
public parseXMLDesc()
construct
public void construct()
instantiate
public void instantiate()
getCodeTagList
public java.util.Hashtable getCodeTagList()
- Returns the hashtable containing the application's parameters
and their values.
getCodeTagValue
public java.lang.String getCodeTagValue(java.lang.String paramName)
- Returns the value for a particular tag.
getHostListNames
public java.util.Vector getHostListNames()
- Returns the list of host machines that offer this code.
getHostList
public java.util.Vector getHostList()