org.apache.tuscany.das.rdb.config
Interface ConnectionInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConnectionInfoImpl

public interface ConnectionInfo
extends java.io.Serializable

A representation of the model object 'Connection Info'.

The following features are supported:


Method Summary
 ConnectionProperties getConnectionProperties()
          Returns the value of the 'Connection Properties' containment reference.
 java.lang.String getDataSource()
          Returns the value of the 'Data Source' attribute.
 boolean isManagedtx()
          Returns the value of the 'Managedtx' attribute.
 void setConnectionProperties(ConnectionProperties value)
          Sets the value of the 'Connection Properties' containment reference.
 void setDataSource(java.lang.String value)
          Sets the value of the 'Data Source' attribute.
 void setManagedtx(boolean value)
          Sets the value of the 'Managedtx' attribute.
 

Method Detail

getConnectionProperties

ConnectionProperties getConnectionProperties()
Returns the value of the 'Connection Properties' containment reference.

If the meaning of the 'Connection Properties' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Connection Properties' containment reference.
See Also:
setConnectionProperties(ConnectionProperties)

setConnectionProperties

void setConnectionProperties(ConnectionProperties value)
Sets the value of the 'Connection Properties' containment reference.

Parameters:
value - the new value of the 'Connection Properties' containment reference.
See Also:
getConnectionProperties()

getDataSource

java.lang.String getDataSource()
Returns the value of the 'Data Source' attribute.

If the meaning of the 'Data Source' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Source' attribute.
See Also:
setDataSource(String)

setDataSource

void setDataSource(java.lang.String value)
Sets the value of the 'Data Source' attribute.

Parameters:
value - the new value of the 'Data Source' attribute.
See Also:
getDataSource()

isManagedtx

boolean isManagedtx()
Returns the value of the 'Managedtx' attribute. The default value is "true".

If the meaning of the 'Managedtx' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Managedtx' attribute.
See Also:
setManagedtx(boolean)

setManagedtx

void setManagedtx(boolean value)
Sets the value of the 'Managedtx' attribute.

Parameters:
value - the new value of the 'Managedtx' attribute.
See Also:
isManagedtx()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.