org.globus.exec.utils
Class JobDescriptionMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.globus.exec.utils.JobDescriptionMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class JobDescriptionMap
extends java.util.HashMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.HashMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
(package private) static org.apache.commons.logging.Log logger
           
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
JobDescriptionMap()
           
JobDescriptionMap(JobDescriptionType jobDescription)
           
 
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, toString
 
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

logger

static org.apache.commons.logging.Log logger
Constructor Detail

JobDescriptionMap

public JobDescriptionMap()

JobDescriptionMap

public JobDescriptionMap(JobDescriptionType jobDescription)
                  throws java.beans.IntrospectionException,
                         java.lang.IllegalAccessException,
                         java.lang.reflect.InvocationTargetException