coldfusion.server
Interface Service
- All Known Subinterfaces:
- ArchiveDeployService, ClientScopeService, CronService, DataSourceService, DebuggingService, DocumentService, EventGatewayService, GraphingService, LicenseService, LoggingService, MailSpoolService, MetricsService, RegistryService, RuntimeService, SchedulerService, SecurityService, VerityService, WatchService, XmlRpcService
- All Known Implementing Classes:
- DataSourceServiceImpl, ServiceSupport
public interface Service
UNINITALIZED
static final int UNINITALIZED
- See Also:
- Constant Field Values
STARTING
static final int STARTING
- See Also:
- Constant Field Values
STARTED
static final int STARTED
- See Also:
- Constant Field Values
STOPPING
static final int STOPPING
- See Also:
- Constant Field Values
STOOPED
static final int STOOPED
- See Also:
- Constant Field Values
start
void start()
throws ServiceException
- Throws:
ServiceException
stop
void stop()
throws ServiceException
- Throws:
ServiceException
restart
void restart()
throws ServiceException
- Throws:
ServiceException
getStatus
int getStatus()
getMetaData
ServiceMetaData getMetaData()
getProperty
Object getProperty(String arg0)
setProperty
void setProperty(String arg0,
Object arg1)
getResourceBundle
Map getResourceBundle()
Copyright © 2012 Railo