com.dsoft.jca.spi
Class EisManagedConnectionFactory
java.lang.Object
com.dsoft.jca.spi.EisManagedConnectionFactory
public class EisManagedConnectionFactory
- extends java.lang.Object
- Author:
- Sadi Melbouci
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EisManagedConnectionFactory
public EisManagedConnectionFactory()
createConnectionFactory
public java.lang.Object createConnectionFactory()
throws ResourceException
- Throws:
ResourceException
createConnectionFactory
public java.lang.Object createConnectionFactory(ConnectionManager connectionManager)
throws ResourceException
- Throws:
ResourceException
createManagedConnection
public ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo connectionRequestInfo)
throws ResourceException
- Throws:
ResourceException
getLogWriter
public java.io.PrintWriter getLogWriter()
throws ResourceException
- Throws:
ResourceException
matchManagedConnections
public ManagedConnection matchManagedConnections(java.util.Set arg0,
javax.security.auth.Subject subject,
ConnectionRequestInfo cri)
throws ResourceException
- Throws:
ResourceException
setLogWriter
public void setLogWriter(java.io.PrintWriter arg0)
throws ResourceException
- Throws:
ResourceException
getResourceAdapter
public ResourceAdapter getResourceAdapter()
- Returns:
- the resourceAdapter
setResourceAdapter
public void setResourceAdapter(ResourceAdapter resourceAdapter)
- Parameters:
resourceAdapter
- the resourceAdapter to set
getHostname
public java.lang.String getHostname()
- Returns:
- the hostname
setHostname
public void setHostname(java.lang.String hostname)
- Parameters:
hostname
- the hostname to set
getPassword
public java.lang.String getPassword()
- Returns:
- the password
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- the password to set
getPort
public java.lang.String getPort()
- Returns:
- the port
setPort
public void setPort(java.lang.String port)
- Parameters:
port
- the port to set
getUsername
public java.lang.String getUsername()
- Returns:
- the username
setUsername
public void setUsername(java.lang.String username)
- Parameters:
username
- the username to set
getDriver
public java.lang.String getDriver()
- Returns:
- the driver
setDriver
public void setDriver(java.lang.String driver)
- Parameters:
driver
- the driver to set
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable
Copyright © 2006 DSoft Technologies. All Rights Reserved.