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


Field Summary
static int STARTED
           
static int STARTING
           
static int STOOPED
           
static int STOPPING
           
static int UNINITALIZED
           
 
Method Summary
 ServiceMetaData getMetaData()
           
 Object getProperty(String arg0)
           
 Map getResourceBundle()
           
 int getStatus()
           
 void restart()
           
 void setProperty(String arg0, Object arg1)
           
 void start()
           
 void stop()
           
 

Field Detail

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
Method Detail

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