Class ServiceEngine


  • @ThreadSafe
    public final class ServiceEngine
    extends java.lang.Object
    An object that models the <service-engine> element.
    • Method Detail

      • 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()