public class ServiceSupport extends Object implements Service
Constructor and Description |
---|
ServiceSupport() |
Modifier and Type | Method and Description |
---|---|
ServiceMetaData |
getMetaData() |
Object |
getProperty(String key) |
Map |
getResourceBundle() |
int |
getStatus() |
void |
restart() |
void |
setProperty(String key,
Object value) |
void |
start() |
void |
stop() |
public ServiceSupport()
public void start() throws ServiceException
start
in interface Service
ServiceException
public void stop() throws ServiceException
stop
in interface Service
ServiceException
public void restart() throws ServiceException
restart
in interface Service
ServiceException
public ServiceMetaData getMetaData()
getMetaData
in interface Service
public Object getProperty(String key)
getProperty
in interface Service
public void setProperty(String key, Object value)
setProperty
in interface Service
public Map getResourceBundle()
getResourceBundle
in interface Service
Copyright © 2015 Lucee