| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
static String |
NOTIFICATION_SERVICE |
ServletContext |
servletContext |
protected ModuleStatus |
status |
| Constructor and Description |
|---|
AtmosphereModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getId() |
int |
getMigrationVersion() |
String |
getModuleVersion() |
String |
getName() |
double |
getPriority() |
ModuleStatus |
getStatus() |
void |
init() |
int |
install() |
void |
start() |
void |
stop() |
public static final String copyright
public ServletContext servletContext
public static final String NOTIFICATION_SERVICE
protected ModuleStatus status
public static final org.slf4j.Logger logger
public String getModuleVersion()
getModuleVersion in interface Modulepublic int getMigrationVersion()
getMigrationVersion in interface Modulepublic double getPriority()
getPriority in interface Modulepublic ModuleStatus getStatus()