extensions.gem
Class parseXMLDesc

extensions.gem.parseXMLDesc

public class parseXMLDesc

This file handles tags assocated with an application descriptor. For a particular code, the parameters and their values are stored in a hash table.


Field Summary
 java.util.Vector hostList
           
 java.util.Vector hostListNames
           
 java.util.Hashtable paramHash
           
 
Constructor Summary
parseXMLDesc()
           
 
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()
           
 

Field Detail

hostList

public java.util.Vector hostList

hostListNames

public java.util.Vector hostListNames

paramHash

public java.util.Hashtable paramHash
Constructor Detail

parseXMLDesc

public parseXMLDesc()
Method Detail

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()