com.tivoli.twg.engine
Interface TWGDistConfigAgentUpdate
- All Known Implementing Classes:
- TWGNativeManagedObject
- public interface TWGDistConfigAgentUpdate
Interface implemented by TWGManagedObject subclasses which
may support agent configuration update. Implementers of this
interface should also provide support for automatically issuing
a delete for all records on their agent when the managed object
is Destroy()-ed, and should use the TWGDistConfigRecordDef class
to synchronize their agent's state whenever the agent is first
available (i.e. first on-line).
issueConfigRecordSynchronize
public void issueConfigRecordSynchronize(TWGDistConfigRecordHashcode[] recs,
DistConfigAgentResult rslt)
- Starts synchronize of agent state to match given set of
record definitions. Result of operation
should be reported using provided DistConfigAgentResult object.
- Parameters:
recs
- - TWGDistConfigRecordHashcode set to be synchronized on agentrslt
- - result object to report results to