org.teiid.resource.adapter.salesforce
Class SalesForceManagedConnectionFactory
java.lang.Object
org.teiid.resource.spi.BasicManagedConnectionFactory
org.teiid.resource.adapter.salesforce.SalesForceManagedConnectionFactory
- All Implemented Interfaces:
- java.io.Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, javax.resource.spi.ValidatingManagedConnectionFactory
public class SalesForceManagedConnectionFactory
- extends BasicManagedConnectionFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory |
equals, hashCode |
SalesForceManagedConnectionFactory
public SalesForceManagedConnectionFactory()
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getURL
public java.net.URL getURL()
setURL
public void setURL(java.lang.String uRL)
createConnectionFactory
public BasicConnectionFactory createConnectionFactory()
throws javax.resource.ResourceException
- Specified by:
createConnectionFactory
in interface javax.resource.spi.ManagedConnectionFactory
- Specified by:
createConnectionFactory
in class BasicManagedConnectionFactory
- Throws:
javax.resource.ResourceException
Copyright © 2011. All Rights Reserved.