coldfusion.server
Class ServiceFactory

java.lang.Object
  extended by coldfusion.server.ServiceFactory

public class ServiceFactory
extends Object


Constructor Summary
ServiceFactory()
           
 
Method Summary
static void clear()
           
static ArchiveDeployService getArchiveDeployService()
           
static ClientScopeService getClientScopeService()
           
static CronService getCronService()
           
static DataSourceService getDataSourceService()
           
static DebuggingService getDebuggingService()
           
static DocumentService getDocumentService()
           
static EventGatewayService getEventProcessorService()
           
static GraphingService getGraphingService()
           
static LicenseService getLicenseService()
           
static LoggingService getLoggingService()
           
static MailSpoolService getMailSpoolService()
           
static MetricsService getMetricsService()
           
static RegistryService getRegistryService()
           
static RuntimeService getRuntimeService()
           
static SchedulerService getSchedulerService()
           
static SecurityService getSecurityService()
           
static VerityService getVerityService()
           
static WatchService getWatchService()
           
static XmlRpcService getXmlRpcService()
           
static void setArchiveDeployService(ArchiveDeployService service)
           
static void setClientScopeService(ClientScopeService service)
           
static void setCronService(CronService service)
           
static void setDataSourceService(DataSourceService service)
           
static void setDebuggingService(DebuggingService service)
           
static void setDocumentService(DocumentService service)
           
static void setEventProcessorService(EventGatewayService service)
           
static void setGraphingService(GraphingService service)
           
static void setLicenseService(LicenseService service)
           
static void setLoggingService(LoggingService service)
           
static void setMailSpoolService(MailSpoolService service)
           
static void setMetricsService(MetricsService service)
           
static void setRegistryService(RegistryService service)
           
static void setRuntimeService(RuntimeService service)
           
static void setSchedulerService(SchedulerService service)
           
static void setSecurityService(SecurityService service)
           
static void setVerityService(VerityService service)
           
static void setWatchService(WatchService service)
           
static void setXmlRpcService(XmlRpcService service)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceFactory

public ServiceFactory()
Method Detail

clear

public static final void clear()

getSecurityService

public static final SecurityService getSecurityService()
                                                throws ServiceException
Throws:
ServiceException

getLoggingService

public static final LoggingService getLoggingService()
                                              throws ServiceException
Throws:
ServiceException

getSchedulerService

public static final SchedulerService getSchedulerService()
                                                  throws ServiceException
Throws:
ServiceException

getDataSourceService

public static final DataSourceService getDataSourceService()

getMailSpoolService

public static final MailSpoolService getMailSpoolService()
                                                  throws ServiceException
Throws:
ServiceException

getVerityService

public static final VerityService getVerityService()
                                            throws ServiceException
Throws:
ServiceException

getDebuggingService

public static final DebuggingService getDebuggingService()
                                                  throws ServiceException
Throws:
ServiceException

getRuntimeService

public static final RuntimeService getRuntimeService()
                                              throws ServiceException
Throws:
ServiceException

getCronService

public static final CronService getCronService()
                                        throws ServiceException
Throws:
ServiceException

getClientScopeService

public static final ClientScopeService getClientScopeService()
                                                      throws ServiceException
Throws:
ServiceException

getMetricsService

public static final MetricsService getMetricsService()
                                              throws ServiceException
Throws:
ServiceException

getXmlRpcService

public static final XmlRpcService getXmlRpcService()
                                            throws ServiceException
Throws:
ServiceException

getGraphingService

public static final GraphingService getGraphingService()
                                                throws ServiceException
Throws:
ServiceException

getArchiveDeployService

public static final ArchiveDeployService getArchiveDeployService()
                                                          throws ServiceException
Throws:
ServiceException

getRegistryService

public static final RegistryService getRegistryService()
                                                throws ServiceException
Throws:
ServiceException

getLicenseService

public static final LicenseService getLicenseService()
                                              throws ServiceException
Throws:
ServiceException

getDocumentService

public static final DocumentService getDocumentService()
                                                throws ServiceException
Throws:
ServiceException

getEventProcessorService

public static final EventGatewayService getEventProcessorService()
                                                          throws ServiceException
Throws:
ServiceException

getWatchService

public static final WatchService getWatchService()
                                          throws ServiceException
Throws:
ServiceException

setSecurityService

public static final void setSecurityService(SecurityService service)

setSchedulerService

public static final void setSchedulerService(SchedulerService service)

setLoggingService

public static final void setLoggingService(LoggingService service)

setDataSourceService

public static final void setDataSourceService(DataSourceService service)

setMailSpoolService

public static final void setMailSpoolService(MailSpoolService service)

setVerityService

public static final void setVerityService(VerityService service)

setDebuggingService

public static final void setDebuggingService(DebuggingService service)

setRuntimeService

public static final void setRuntimeService(RuntimeService service)

setCronService

public static final void setCronService(CronService service)

setClientScopeService

public static final void setClientScopeService(ClientScopeService service)

setMetricsService

public static final void setMetricsService(MetricsService service)

setXmlRpcService

public static final void setXmlRpcService(XmlRpcService service)

setGraphingService

public static final void setGraphingService(GraphingService service)

setArchiveDeployService

public static final void setArchiveDeployService(ArchiveDeployService service)

setRegistryService

public static final void setRegistryService(RegistryService service)

setLicenseService

public static final void setLicenseService(LicenseService service)

setDocumentService

public static final void setDocumentService(DocumentService service)

setEventProcessorService

public static final void setEventProcessorService(EventGatewayService service)

setWatchService

public static final void setWatchService(WatchService service)


Copyright © 2012 Railo