Public Member Functions | |
| DocDSDomain (DBObject domain) throws DirectorException | |
| DocDSDomain (String domain) throws DirectorException | |
| void | recompute () |
| usually done by DocDSDomain( String ) automatically. | |
| GraphvizGraph | dotGraph () |
| returns the graphviz graph representation of this domain. | |
| Vector | targetsOnTarget () |
| returns a Vector of target db/file specifiers data is synchronized to on the target machine. | |
| Vector | targetsOnMaster () |
| returns a Vector of target db/file specifiers data is synchronized to on the target machine. | |
Protected Member Functions | |
| String | _shortDir (String name) |
| String | _label (String name, Vector optStr) |
Protected Attributes | |
| DirectoryServiceMerger | dsm = null |
| DBObject | domainObj = null |
| Vector | targetsOnTarget = new Vector() |
| Vector | targetsOnMaster = new Vector() |
| GraphvizGraph | dotGraph = null |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
returns the graphviz graph representation of this domain.
|
|
|
usually done by DocDSDomain( String ) automatically.
|
|
|
returns a Vector of target db/file specifiers data is synchronized to on the target machine.
|
|
|
returns a Vector of target db/file specifiers data is synchronized to on the target machine.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5