wt.federation
Class DirectoryAttributeHolder

java.lang.Object
  extended by wt.federation.DirectoryAttributeHolder
All Implemented Interfaces:
Externalizable, Serializable, wt.org.AttributeHolder

public class DirectoryAttributeHolder
extends Object
implements wt.org.AttributeHolder, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
DirectoryAttributeHolder()
          Constructor returning an instance holding no attributes and no translation table.
DirectoryAttributeHolder(Hashtable attributes, Hashtable translationTable)
          Constructor returning an instance initialized to hold a specified set of attributes and an attribute name translation table.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryAttributeHolder

public DirectoryAttributeHolder()
Constructor returning an instance holding no attributes and no translation table.

Supported API: true


DirectoryAttributeHolder

public DirectoryAttributeHolder(Hashtable attributes,
                                Hashtable translationTable)
Constructor returning an instance initialized to hold a specified set of attributes and an attribute name translation table.

Supported API: true

Parameters:
attributes -
translationTable -