Public Member Functions | |
| DirectoryServiceMerger () | |
| DirectoryServiceMerger (DBSet initial) throws DirectorException | |
| DirectoryServiceMerger (String dump) throws DirectorException | |
| Create a DirectoryServiceMerger object from a String dumped by mkdbfile() and targetJob(). | |
| DirectoryServiceMerger (DBObject domain) throws DirectorException | |
| void | reset (DBSet dbs) throws DirectorException |
| synchronized void | select (Enumeration selectList) |
| synchronized void | make (Enumeration list) |
| synchronized void | makeByFilter (String filter) throws DirectorException |
| Enumeration | getSelected () |
| synchronized void | walk () throws DirectorException |
| void | setControllingJob (RemoteJob job) |
| void | setIsTarget () |
| synchronized void | setTargetEvents (Enumeration events, DBObject infoDbo, DBConnection infoDB) |
| Set the (optional) list of events to be executed on each target hosts after successfully executing the target part of the domain builder rules. | |
| JobNode | targetJob (Enumeration targets, String title) throws DirectorException |
| Execute the target part of the domain builder ruleset (the part carrying the "OnTarget" option) on each target machine. | |
| void | restore (String dump) throws DirectorException |
| Restore rules and already processed data from a String dumped by mkdbfile() and targetJob(). | |
| DBSet | getDBSet () |
Package Attributes | |
| DBSet | dbs = null |
| Hashtable | cached = new Hashtable() |
| Hashtable | index = new Hashtable() |
| DBSet | ontarget = null |
| RemoteJob | job = null |
| DecimalFormat | lengthField = new DecimalFormat( "000000000" ) |
| boolean | isTarget = false |
| Vector | targetEvents = null |
| DBObject | targetEventsInfoDbo = null |
| DBConnection | targetEventsInfoDB = null |
| Vector | selected = null |
|
|
|
|
|
|
|
|
Create a DirectoryServiceMerger object from a String dumped by mkdbfile() and targetJob().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Restore rules and already processed data from a String dumped by mkdbfile() and targetJob().
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Set the (optional) list of events to be executed on each target hosts after successfully executing the target part of the domain builder rules.
|
|
||||||||||||
|
Execute the target part of the domain builder ruleset (the part carrying the "OnTarget" option) on each target machine. Rather, setup the necessary target jobs and put them into the job queue. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5