|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of provider config for this providerpublic interface Provider<T extends ProviderConfig>
Provides access to a provider specific connection factory.
| Method Summary | |
|---|---|
ProviderConnectionFactory<T> |
getConnectionFactory(ConnectionConfig cc)
Returns the connection factory for this provider. |
T |
getProviderConfig()
Returns the provider configuration. |
Provider<T> |
newInstance()
Creates a new instance of this provider. |
void |
setProviderConfig(T pc)
Sets the provider configuration. |
| Method Detail |
|---|
T getProviderConfig()
void setProviderConfig(T pc)
pc - provider configurationProviderConnectionFactory<T> getConnectionFactory(ConnectionConfig cc)
cc - connection configuration
Provider<T> newInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||