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

brooklyn.rest.domain.Status Maven / Gradle / Ivy

The newest version!
package brooklyn.rest.domain;

/**
 * @author Adam Lowe
 */
public enum Status {
    ACCEPTED,
    STARTING,
    RUNNING,
    STOPPING,
    STOPPED,
    DESTROYED,
    ERROR,
    UNKNOWN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy