MDi JLib
1.7.4

com.microdeveloper.db.jndi
Class ConnectionPoolPw

java.lang.Object
  extended by com.microdeveloper.db.jndi.ConnectionPoolPw

public class ConnectionPoolPw
extends Object

Class used to generate new passwords for the Connection Pool dbnames property file. Simply run from a command prompt and provide 3 parameters, username, password, and database alias. The encrypted password is returned for use in the property file. Run with zero arguments to see the usage instructions.

Example:

java -classpath /Users/foo/lib/mdi174.jar com.microdeveloper.db.jndi.ConnectionPoolPw scott tiger orcl

Since:
1.5
Version:
1.0
Author:
Gregg Lagnese
See Also:
ConnectionPool, ConnectionPoolInterface

Constructor Summary
ConnectionPoolPw()
           
 
Method Summary
static void main(String[] args)
          Main executable method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPoolPw

public ConnectionPoolPw()
Method Detail

main

public static void main(String[] args)
Main executable method.

Parameters:
args - given as space separated text in the form of

MDi JLib
1.7.4

Copyright©2001-2007 MicroDeveloper, Inc. All Rights Reserved.