org.tranql.connector
Interface UserPasswordManagedConnectionFactory

All Superinterfaces:
javax.resource.spi.ManagedConnectionFactory, java.io.Serializable
All Known Implementing Classes:
JDBCDriverMCF

public interface UserPasswordManagedConnectionFactory
extends javax.resource.spi.ManagedConnectionFactory

Version:
$Revision: 1.1 $ $Date: 2004/06/14 23:34:29 $

Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
createConnectionFactory, createConnectionFactory, createManagedConnection, equals, getLogWriter, hashCode, matchManagedConnections, setLogWriter
 

Method Detail

getUserName

public java.lang.String getUserName()

getPassword

public java.lang.String getPassword()


Copyright © -2005 The Codehaus. All Rights Reserved.