All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.mementos.PolicyMemento Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.mementos;

import java.util.Map;

import brooklyn.entity.rebind.RebindSupport;

/**
 * Represents the state of an policy, so that it can be reconstructed (e.g. after restarting brooklyn).
 * 
 * @see RebindSupport
 * 
 * @author aled
 */
public interface PolicyMemento extends Memento {

    Map getFlags();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy