Class SimpleDBManagedConnectionFactory
- java.lang.Object
-
- org.teiid.resource.spi.BasicManagedConnectionFactory
-
- org.teiid.resource.adapter.simpledb.SimpleDBManagedConnectionFactory
-
- All Implemented Interfaces:
Serializable
,javax.resource.spi.ManagedConnectionFactory
,javax.resource.spi.ResourceAdapterAssociation
,javax.resource.spi.ValidatingManagedConnectionFactory
,BaseSimpleDBConfiguration
public class SimpleDBManagedConnectionFactory extends BasicManagedConnectionFactory implements BaseSimpleDBConfiguration
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleDBManagedConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicConnectionFactory<ResourceConnection>
createConnectionFactory()
boolean
equals(Object obj)
String
getAccessKey()
String
getSecretAccessKey()
String
getSecretKey()
int
hashCode()
void
setAccessKey(String accessKey)
void
setSecretAccessKey(String secretAccessKey)
-
Methods inherited from class org.teiid.resource.spi.BasicManagedConnectionFactory
checkEquals, createConnectionFactory, createManagedConnection, getInstance, getInvalidConnections, getLogWriter, getResourceAdapter, matchManagedConnections, setLogWriter, setResourceAdapter
-
-
-
-
Method Detail
-
createConnectionFactory
public BasicConnectionFactory<ResourceConnection> createConnectionFactory() throws javax.resource.ResourceException
- Specified by:
createConnectionFactory
in interfacejavax.resource.spi.ManagedConnectionFactory
- Specified by:
createConnectionFactory
in classBasicManagedConnectionFactory
- Throws:
javax.resource.ResourceException
-
getAccessKey
public String getAccessKey()
- Specified by:
getAccessKey
in interfaceBaseSimpleDBConfiguration
-
setAccessKey
public void setAccessKey(String accessKey)
-
getSecretKey
public String getSecretKey()
- Specified by:
getSecretKey
in interfaceBaseSimpleDBConfiguration
-
getSecretAccessKey
public String getSecretAccessKey()
-
setSecretAccessKey
public void setSecretAccessKey(String secretAccessKey)
-
hashCode
public int hashCode()
-
-