T
- type of provider config for this providerpublic interface Provider<T extends ProviderConfig>
Modifier and Type | Method and Description |
---|---|
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.
|
T getProviderConfig()
void setProviderConfig(T pc)
pc
- provider configurationProviderConnectionFactory<T> getConnectionFactory(ConnectionConfig cc)
cc
- connection configurationCopyright © 2003-2019 Virginia Tech. All Rights Reserved.