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

com.shark.container.constants.ContainerStatus Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.shark.container.constants;

/**
 * @Author: sharkchili
 * @Date: 2018/11/14 0014
 */
public enum ContainerStatus {
	/**no operation*/
	ZERO,
	/**had be initialized*/
	INITIALIZED,
	/**had started and is running*/
	RUNNING,
	/**had stopped*/
	STOPPED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy