Interface GracefulTopologyModificationOutput

All Superinterfaces:
Serializable, TopologyChangeOutput

public interface GracefulTopologyModificationOutput extends TopologyChangeOutput
Specifies the result of the graceful topology update
Since:
UCMDB 10.1
  • Method Details

    • isSuccessFul

      boolean isSuccessFul()
      Return true if the topology update was successful; false otherwise
      Returns:
      true if the topology update was successful; false otherwise
    • getFailures

      Returns a list of failures or an empty list (in case of success)
      Returns:
      a list of failures; an empty list (in case of success)