wt.workflow.definer
Class ParameterTable
java.lang.Object
java.util.Dictionary
java.util.Hashtable
wt.workflow.definer.ParameterTable
- All Implemented Interfaces:
- Cloneable, Externalizable, Map, Serializable
- public class ParameterTable
- extends Hashtable
- implements Externalizable, Serializable
Externalizable specialization of java.util.Hashtabler for holding parameter
list (names and their types).
- See Also:
- Serialized Form
Nested classes inherited from class java.util.Hashtable |
|
Fields inherited from class java.util.Hashtable |
|
Method Summary |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private void |
readOldVersion(ObjectInput input,
long readSerialVersionUID)
Reads the non-transient fields of this class from an external source,
which is not the current version. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
ParameterTable
public ParameterTable()
writeExternal
public void writeExternal(ObjectOutput output)
throws IOException
- Writes the non-transient fields of this class to an external source.
- Specified by:
writeExternal
in interface Externalizable
- Parameters:
output
-
- Throws:
IOException
readExternal
public void readExternal(ObjectInput input)
throws IOException,
ClassNotFoundException
- Reads the non-transient fields of this class from an external source.
- Specified by:
readExternal
in interface Externalizable
- Parameters:
input
-
- Throws:
IOException
ClassNotFoundException
readOldVersion
private void readOldVersion(ObjectInput input,
long readSerialVersionUID)
throws IOException,
ClassNotFoundException
- Reads the non-transient fields of this class from an external source,
which is not the current version.
- Parameters:
input
- readSerialVersionUID
-
- Throws:
IOException
ClassNotFoundException