railo.runtime.services
Class ServiceSupport
java.lang.Object
railo.runtime.services.ServiceSupport
- All Implemented Interfaces:
- Service
- Direct Known Subclasses:
- DataSourceServiceImpl
public class ServiceSupport
- extends Object
- implements Service
ServiceSupport
public ServiceSupport()
start
public void start()
throws ServiceException
- Specified by:
start
in interface Service
- Throws:
ServiceException
stop
public void stop()
throws ServiceException
- Specified by:
stop
in interface Service
- Throws:
ServiceException
restart
public void restart()
throws ServiceException
- Specified by:
restart
in interface Service
- Throws:
ServiceException
getStatus
public int getStatus()
- Specified by:
getStatus
in interface Service
getMetaData
public ServiceMetaData getMetaData()
- Specified by:
getMetaData
in interface Service
getProperty
public Object getProperty(String key)
- Specified by:
getProperty
in interface Service
setProperty
public void setProperty(String key,
Object value)
- Specified by:
setProperty
in interface Service
getResourceBundle
public Map getResourceBundle()
- Specified by:
getResourceBundle
in interface Service
Copyright © 2012 Railo