|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionDirectory
This interface is used to get and set information
for a connection directory. ConnectionDirectoryItem
objects
can be passed as an argument to the
getTables()
method,
which will in turn retrieve the item's database tables.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the connection directory. |
java.lang.String |
getRemoteID()
Returns the ID of the remote connection directory. |
DirectoryItems |
getRoots()
Retrieves the root items from each data source directory on the server. |
void |
setName(java.lang.String name)
Sets the name of the connection directory. |
void |
setRemoteID(java.lang.String remoteID)
Sets the ID of the remote connection directory. |
void |
setRoots(DirectoryItems items)
Sets the root items from each data source directory on the server. |
Method Detail |
---|
java.lang.String getName()
Returns the name of the connection directory.
String
.java.lang.String getRemoteID()
Returns the ID of the remote connection directory.
String
.DirectoryItems getRoots()
Retrieves the root items from each data source directory on the server. This method gets the top-level nodes of the Connection Directory Manager. The returned objects are stored in the DirectoryItems collection.
Once the DirectoryItems have been retrieved, use the
GetChildren Method to retrieve the child nodes of each item.
If the DirectoryItem is a ConnectionDirectoryItem Object,
then it can be passed as an argument to the
getTables()
method,
which will in turn retrieve the item's database tables.
DirectoryItems
object.void setName(java.lang.String name)
Sets the name of the connection directory.
name
- The name of the connection directory
as a String
.void setRemoteID(java.lang.String remoteID)
Sets the ID of the remote connection directory.
remoteID
- The ID of the remote connection directory as a String
.void setRoots(DirectoryItems items)
Sets the root items from each data source directory on the server. This method sets the top-level nodes of the Connection Directory Manager. The objects are stored in the DirectoryItems collection.
Once the DirectoryItems have been retrieved, use the
ITotallerNode.getChildren()
Method to retrieve the child nodes of each item.
If the DirectoryItem is a ConnectionDirectoryItem
object,
then it can be passed as an argument to the GetTables Method,
which will in turn retrieve the item's database tables.
items
- The root items form the data source directory on the server
as a DirectoryItems
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |