com.metamatrix.console.ui.views.deploy.event
Interface ConfigurationModifier

All Known Implementing Classes:
DeployedHostPanel, DeployedProcessPanel

public interface ConfigurationModifier

Since:
Golden Gate
Version:
1.0
Author:
Dan Florian

Method Summary
 boolean isPersisted()
          Indicates if all pending changes to the configuration have been persisted.
 void persist()
          Persists all pending configuration changes.
 void reset()
          Resets the configuration objects their last persisted state.
 

Method Detail

isPersisted

boolean isPersisted()
Indicates if all pending changes to the configuration have been persisted.

Returns:
true if configuration changes have been persisted; false otherwise.

reset

void reset()
Resets the configuration objects their last persisted state.


persist

void persist()
             throws ExternalException
Persists all pending configuration changes.

Throws:
ExternalException - if a problem occurs persisting the configuration changes


Copyright © 2009. All Rights Reserved.