|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionInfo
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 |
---|
ConnectionProperties getConnectionProperties()
If the meaning of the 'Connection Properties' containment reference isn't clear, there really should be more of a description here...
setConnectionProperties(ConnectionProperties)
void setConnectionProperties(ConnectionProperties value)
Connection Properties
' containment reference.
value
- the new value of the 'Connection Properties' containment reference.getConnectionProperties()
java.lang.String getDataSource()
If the meaning of the 'Data Source' attribute isn't clear, there really should be more of a description here...
setDataSource(String)
void setDataSource(java.lang.String value)
Data Source
' attribute.
value
- the new value of the 'Data Source' attribute.getDataSource()
boolean isManagedtx()
"true"
.
If the meaning of the 'Managedtx' attribute isn't clear, there really should be more of a description here...
setManagedtx(boolean)
void setManagedtx(boolean value)
Managedtx
' attribute.
value
- the new value of the 'Managedtx' attribute.isManagedtx()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |