public interface ServicesContainerPluginFactory extends ConnectionPluginFactory
FullServicesContainer. This interface extends
ConnectionPluginFactory to provide additional flexibility in plugin instantiation while maintaining backward
compatibility.
Implementations of this interface can access all services in the FullServicesContainer when creating
connection plugins, rather than being limited to just the PluginService
| Modifier and Type | Method and Description |
|---|---|
ConnectionPlugin |
getInstance(FullServicesContainer servicesContainer,
java.util.Properties props)
Get an instance of a
ConnectionPlugin. |
getInstanceConnectionPlugin getInstance(FullServicesContainer servicesContainer, java.util.Properties props)
ConnectionPlugin.servicesContainer - the service container containing the services to be used by the ConnectionPlugin.props - to be used by the ConnectionPlugin.ConnectionPlugin.