public interface WsComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
DESTROYED |
static String |
DESTROYING |
static String |
ERROR |
static String |
INITIALIZED |
static String |
INITIALIZING |
static String |
STARTED |
static String |
STARTING |
static String |
STOPPED |
static String |
STOPPING |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getName() |
String |
getState() |
void |
initialize(Object config) |
void |
start() |
void |
stop() |
static final String INITIALIZING
static final String INITIALIZED
static final String STARTING
static final String STARTED
static final String STOPPING
static final String STOPPED
static final String DESTROYING
static final String DESTROYED
static final String ERROR
Copyright © 2013–2018. All rights reserved.