Class ServiceEngine
- java.lang.Object
-
- org.apache.ofbiz.service.config.model.ServiceEngine
-
@ThreadSafe public final class ServiceEngine extends java.lang.Object
An object that models the<service-engine>
element.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authorization
getAuthorization()
Engine
getEngine(java.lang.String engineName)
java.util.List<Engine>
getEngines()
java.util.List<GlobalServices>
getGlobalServices()
JmsService
getJmsServiceByName(java.lang.String name)
java.util.List<JmsService>
getJmsServices()
java.lang.String
getName()
java.util.List<NotificationGroup>
getNotificationGroups()
java.util.List<ResourceLoader>
getResourceLoaders()
java.util.List<ServiceEcas>
getServiceEcas()
java.util.List<ServiceGroups>
getServiceGroups()
java.util.List<ServiceLocation>
getServiceLocations()
java.util.List<StartupService>
getStartupServices()
ThreadPool
getThreadPool()
-
-
-
Method Detail
-
getAuthorization
public Authorization getAuthorization()
-
getEngine
public Engine getEngine(java.lang.String engineName)
-
getEngines
public java.util.List<Engine> getEngines()
-
getGlobalServices
public java.util.List<GlobalServices> getGlobalServices()
-
getJmsServiceByName
public JmsService getJmsServiceByName(java.lang.String name)
-
getJmsServices
public java.util.List<JmsService> getJmsServices()
-
getName
public java.lang.String getName()
-
getNotificationGroups
public java.util.List<NotificationGroup> getNotificationGroups()
-
getResourceLoaders
public java.util.List<ResourceLoader> getResourceLoaders()
-
getServiceEcas
public java.util.List<ServiceEcas> getServiceEcas()
-
getServiceGroups
public java.util.List<ServiceGroups> getServiceGroups()
-
getServiceLocations
public java.util.List<ServiceLocation> getServiceLocations()
-
getStartupServices
public java.util.List<StartupService> getStartupServices()
-
getThreadPool
public ThreadPool getThreadPool()
-
-