[teiid-dev] Change in nomenclature of "Connector Binding" to "Connection Factory"
Ramesh Reddy
rareddy at redhat.com
Mon Apr 5 15:35:59 EDT 2010
The following are the related Admin API Changes with this name change
assignBindingToModel ==> assignConnectionFactoryToModel
setConnectorBindingProperty ==> setConnectionFactoryProperty
addConnectorType ==> addConnector
deleteConnectorType ==> deleteConnector
exportConnectorType ==> exportConnector
addConnectorBinding ==> addConnectionFactory
deleteConnectorBinding ==> deleteConnectionFactory
exportConnectorBinding ==> exportConnectionFactory
getConnectorTypes ==> getConnectorNames
getConnectorBindings ==> getConnectionFactories
getConnectorBinding ==> getConnectionFactory
getConnectorBindingsInVDB ==> getConnectionFactoriesInVDB
getConnectorConnectionPoolStats ==> getConnectionFactoryStats
getConnectorTypePropertyDefinitions ==> getConnectorPropertyDefinitions
startConnectorBinding ==> startConnectionFactory
stopConnectorBinding ==> stopConnectionFactory
and class ConnectorBinding ==> ConnectionFactory in admin api.
Ramesh..
On Mon, 2010-04-05 at 11:07 -0500, Ramesh Reddy wrote:
> On Mon, 2010-04-05 at 11:02 -0500, John Verhaeg wrote:
> > On Apr 5, 2010, at 10:44 AM, Ramesh Reddy wrote:
> >
> > > Here are some comparisons
> > > ---------------------------------------------------------------------
> > > 6.2 | 7.0
> > > ---------------------------------------------------------------------
> > >
> > > Connector Type | RAR File (JCA Connector)
> > > ---------------------------------------------------------------------
> > > Connector Binding | Connection Factory
> > > ---------------------------------------------------------------------
> >
> >
> > I'd still say the existence of a RAR file "backing" the concept of a connector is not something we want to put in front of the user. I'd want to call what we used to call a "Connector Type" simply a "Connector" (meaning JCA connector).
>
> +1
> Agree, I see that already.
>
> Ramesh..
>
> _______________________________________________
> teiid-dev mailing list
> teiid-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/teiid-dev
More information about the teiid-dev
mailing list