nu.zoom.ldap.eon.directory.tree
Interface DirectoryTreeObject


public interface DirectoryTreeObject

An object in the tree component. This object represents the view of a directory. This means that if you have two tree components that show the same underlying directory, instances of this class will not be the same even if they represent the same Context in the directory.

Version:
$Revision: 1.1 $
Author:
$Author: johan $

Method Summary
 InitialLdapContext getConnection()
          Get the connection this object uses.
 ConnectionInformation getConnectionInformation()
          Get information about the connection this object uses.
 Name getDistinguishedName()
          Get the directory name of this object.
 DirectoryTree getTree()
          Get the tree component which this object belongs to.
 

Method Detail

getTree

DirectoryTree getTree()
Get the tree component which this object belongs to.

Returns:
The tree that this object belongs to.

getConnection

InitialLdapContext getConnection()
Get the connection this object uses.

Returns:
The connection used to create this object.

getConnectionInformation

ConnectionInformation getConnectionInformation()
Get information about the connection this object uses.

Returns:
Information about the connection.

getDistinguishedName

Name getDistinguishedName()
Get the directory name of this object.

Returns:
The distinguished name for this object.


Copyright © 2011. All Rights Reserved.