Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class DASVersionConfigurator

java.lang.Object
  extended by oracle.ldap.util.DASVersionConfigurator


public class DASVersionConfigurator
extends java.lang.Object

Responsible for setting the DAS Version information required for an upgrade from 10.1.2.x and 10.1.4.x to 11.
This utility is needed because DAS and DIP LDAP schema were part of a single schema and the versioning info was present in the DIP entries.The OID Schema Upgrade APIs check for the versioning info for a specific product in OID to determine the schema upgrades required. The configure method of this class creates DAS version entries by copying them from corresponding DIP entries, if the version info is not already set.


Constructor Summary
DASVersionConfigurator(javax.naming.directory.DirContext oidCtx, java.util.logging.Logger logger)
           

 

Method Summary
 void configure()
          Configures the DAS Version info in OID

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DASVersionConfigurator

public DASVersionConfigurator(javax.naming.directory.DirContext oidCtx,
                              java.util.logging.Logger logger)
Parameters:
oidCtx - the DirContext for the OID in which the version info will be set
logger - a logger to which all logging messages in this class will be sent

Method Detail

configure

public void configure()
               throws UtilException
Configures the DAS Version info in OID
Throws:
UtilException - if the version info could not be set for some reason

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.