[teiid-dev] Change in nomenclature of "Connector Binding" to "Connection Factory"

Ted Jones tejones at redhat.com
Mon Apr 5 17:54:20 EDT 2010


Ramesh,

What about connector property references (e.g. Connector Batch Size)? There may be others, but that is the only one I reference in my plugin.

Thanks,
Ted

----- Original Message -----
From: "Ramesh Reddy" <rareddy at redhat.com>
To: "John Verhaeg" <jverhaeg at redhat.com>
Cc: teiid-dev at lists.jboss.org
Sent: Monday, April 5, 2010 2:35:59 PM GMT -06:00 US/Canada Central
Subject: Re: [teiid-dev] Change in nomenclature of "Connector Binding" to "Connection Factory"

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


_______________________________________________
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