org.jconfig.handler
Class LDAPHandler

java.lang.Object
  |
  +--org.jconfig.handler.LDAPHandler
All Implemented Interfaces:
ConfigurationHandler

public class LDAPHandler
extends java.lang.Object
implements ConfigurationHandler

Author:
Administrator

Constructor Summary
LDAPHandler()
           
 
Method Summary
 Configuration load(java.lang.String configurationName)
          This method should read the configuration and then set the categories and properties.
 void store()
          This method should store all categories and properties.
 void store(Configuration configuration)
          This method should store all categories and properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPHandler

public LDAPHandler()
Method Detail

load

public Configuration load(java.lang.String configurationName)
                   throws ConfigurationManagerException
This method should read the configuration and then set the categories and properties.
Specified by:
load in interface ConfigurationHandler
Throws:
ConfigurationManagerException -  

store

public void store()
           throws ConfigurationManagerException
This method should store all categories and properties.
Throws:
ConfigurationManagerException -  

store

public void store(Configuration configuration)
           throws ConfigurationManagerException
This method should store all categories and properties.
Specified by:
store in interface ConfigurationHandler
Throws:
ConfigurationManagerException -  


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.