Uses of Interface
org.apache.tuscany.das.rdb.config.ConnectionProperties

Packages that use ConnectionProperties
org.apache.tuscany.das.rdb.config   
org.apache.tuscany.das.rdb.config.impl   
 

Uses of ConnectionProperties in org.apache.tuscany.das.rdb.config
 

Methods in org.apache.tuscany.das.rdb.config that return ConnectionProperties
 ConnectionProperties ConfigFactory.createConnectionProperties()
          Returns a new object of class 'Connection Properties'.
 ConnectionProperties ConnectionInfo.getConnectionProperties()
          Returns the value of the 'Connection Properties' containment reference.
 

Methods in org.apache.tuscany.das.rdb.config with parameters of type ConnectionProperties
 void ConnectionInfo.setConnectionProperties(ConnectionProperties value)
          Sets the value of the 'Connection Properties' containment reference.
 

Uses of ConnectionProperties in org.apache.tuscany.das.rdb.config.impl
 

Classes in org.apache.tuscany.das.rdb.config.impl that implement ConnectionProperties
 class ConnectionPropertiesImpl
          An implementation of the model object 'Connection Properties'.
 

Fields in org.apache.tuscany.das.rdb.config.impl declared as ConnectionProperties
protected  ConnectionProperties ConnectionInfoImpl.connectionProperties
          The cached value of the 'Connection Properties' containment reference.
 

Methods in org.apache.tuscany.das.rdb.config.impl that return ConnectionProperties
 ConnectionProperties ConfigFactoryImpl.createConnectionProperties()
           
 ConnectionProperties ConnectionInfoImpl.getConnectionProperties()
           
 

Methods in org.apache.tuscany.das.rdb.config.impl with parameters of type ConnectionProperties
 org.apache.tuscany.sdo.impl.DataObjectBase.ChangeContext ConnectionInfoImpl.basicSetConnectionProperties(ConnectionProperties newConnectionProperties, org.apache.tuscany.sdo.impl.DataObjectBase.ChangeContext changeContext)
           
 void ConnectionInfoImpl.setConnectionProperties(ConnectionProperties newConnectionProperties)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.