|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataFederatorSourceInfo
Each connection link to a MultiSourceDataFoundation
has an instance of DataFederatorSourceInfo
.
Use DataFoundationFactory.createDataFederatorSourceInfo(String, String, MultiSourceDataFoundation)
to instantiate a new data federator source info with its connection path and short name.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getConnectionPath()
Returns the value of the 'Connection Path' attribute. |
java.lang.String |
getShortName()
Returns the value of the 'Short Name' attribute. |
void |
setConnectionPath(java.lang.String value)
Sets the value of the ' Connection Path ' attribute. |
void |
setShortName(java.lang.String value)
Sets the value of the ' Short Name ' attribute. |
Method Detail |
---|
java.lang.String getShortName()
""
.
The short name identifies a connection in the multisource-enabled data foundation.
setShortName(String)
void setShortName(java.lang.String value)
Short Name
' attribute.
The short name identifies a connection in the multisource-enabled data foundation.
value
- the new value of the 'Short Name' attribute.getShortName()
java.lang.String getConnectionPath()
""
.
This is the path to a local connection shortcut.
Only RelationalConnection
and DataFederatorConnection
are supported.
setConnectionPath(String)
void setConnectionPath(java.lang.String value)
Connection Path
' attribute.
This is the path to a local connection shortcut.
Only RelationalConnection
and DataFederatorConnection
are supported.
value
- the new value of the 'Connection Path' attribute.getConnectionPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |