public static interface CatalogInfo.DataSource
| Modifier and Type | Method and Description | 
|---|---|
JNode | 
getDataSourceTree()
Returns the tree in  
JNode of total resource handles
 defined in the data source. | 
java.lang.String | 
getName()
Returns the data source name. 
 | 
java.lang.String | 
getResourceHandle(java.lang.String handleName)
Returns the handle with the specified handle name. 
 | 
java.lang.String[] | 
getResourceHandleNames()
Returns all resources handle names defined in the data source. 
 | 
JNode | 
getResourceTree(java.lang.String handle)
Returns the tree in  
JNode with the specified resource handle. | 
java.lang.String getName()
java.lang.String[] getResourceHandleNames()
java.lang.String getResourceHandle(java.lang.String handleName)
handleName - the handle name.JNode getDataSourceTree()
JNode of total resource handles
 defined in the data source.JNode.JNode getResourceTree(java.lang.String handle)
JNode with the specified resource handle.handle - the resource handle.JNode.