org.eclipse.stardust.engine.api.runtime
Interface ReconfigurationInfo

All Superinterfaces:
Serializable
All Known Subinterfaces:
DeploymentInfo, ModelReconfigurationInfo

public interface ReconfigurationInfo
extends Serializable

The ReconfigurationInfo class is used to receive information about a reconfiguration operation. Reconfiguration operations are all operations which modifies the overall behavior of the runtime engine, e.g. model deployment, configuration variable modification.

Version:
$Revision: 43208 $
Author:
stephan.born

Method Summary
 boolean success()
          Checks if the reconfiguration operation was performed.
 

Method Detail

success

boolean success()
Checks if the reconfiguration operation was performed.

Returns:
true if the reconfiguration operation was performed.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.