mailpuccino
Class StandaloneDirectoryEntry

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bymailpuccino.StandaloneDirectoryEntry
All Implemented Interfaces:
java.lang.Cloneable, DirectoryEntry, java.util.Map, java.io.Serializable

public class StandaloneDirectoryEntry
extends java.util.Hashtable
implements DirectoryEntry

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Constructor Summary
StandaloneDirectoryEntry()
           
 
Method Summary
 java.lang.String getAttribute(java.lang.String Name)
           
 java.lang.String[] getAttributes(java.lang.String[] Names)
           
 DirectoryService getDirectory()
           
 void setAttribute(java.lang.String Name, java.lang.String Value)
           
 void setAttributes(java.lang.String[] Names, java.lang.String[] Values)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandaloneDirectoryEntry

public StandaloneDirectoryEntry()
Method Detail

getAttribute

public java.lang.String getAttribute(java.lang.String Name)
                              throws DirectoryException
Specified by:
getAttribute in interface DirectoryEntry
Throws:
DirectoryException

getAttributes

public java.lang.String[] getAttributes(java.lang.String[] Names)
                                 throws DirectoryException
Specified by:
getAttributes in interface DirectoryEntry
Throws:
DirectoryException

setAttribute

public void setAttribute(java.lang.String Name,
                         java.lang.String Value)
                  throws DirectoryException
Specified by:
setAttribute in interface DirectoryEntry
Throws:
DirectoryException

setAttributes

public void setAttributes(java.lang.String[] Names,
                          java.lang.String[] Values)
                   throws DirectoryException
Specified by:
setAttributes in interface DirectoryEntry
Throws:
DirectoryException

getDirectory

public DirectoryService getDirectory()
Specified by:
getDirectory in interface DirectoryEntry