public interface Service
Modifier and Type | Field and Description |
---|---|
static int |
STARTED |
static int |
STARTING |
static int |
STOOPED |
static int |
STOPPING |
static int |
UNINITALIZED |
Modifier and Type | Method and Description |
---|---|
ServiceMetaData |
getMetaData() |
Object |
getProperty(String arg0) |
Map |
getResourceBundle() |
int |
getStatus() |
void |
restart() |
void |
setProperty(String arg0,
Object arg1) |
void |
start() |
void |
stop() |
static final int UNINITALIZED
static final int STARTING
static final int STARTED
static final int STOPPING
static final int STOOPED
void start() throws ServiceException
ServiceException
void stop() throws ServiceException
ServiceException
void restart() throws ServiceException
ServiceException
int getStatus()
ServiceMetaData getMetaData()
Object getProperty(String arg0)
void setProperty(String arg0, Object arg1)
Map getResourceBundle()
Copyright © 2015 Lucee