com.bankframe.admin.tools
Class UpdateLDAPSchema

java.lang.Object
  extended bycom.bankframe.admin.tools.UpdateLDAPSchema

public class UpdateLDAPSchema
extends java.lang.Object

This utility updates the requested LDAP server with the schema objects required by BankFrame MCA 3.5


Constructor Summary
UpdateLDAPSchema()
          UpdateLDAPSchema method, empty
 
Method Summary
 void init(java.lang.String[] args)
          init method initialises class from command line arguments
static void main(java.lang.String[] args)
          main method updates the LDAP schema
 void updateSchema()
          This method Updates LDAP Schema
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLDAPSchema

public UpdateLDAPSchema()
UpdateLDAPSchema method, empty

Method Detail

init

public void init(java.lang.String[] args)
init method initialises class from command line arguments


main

public static void main(java.lang.String[] args)
main method updates the LDAP schema

Parameters:
args - String array

updateSchema

public void updateSchema()
This method Updates LDAP Schema

Throws:
javax.naming.NamingException


Copyright © 2005, 2007, Oracle. All rights reserved.