Class AspectranCoreService

    • Constructor Detail

      • AspectranCoreService

        public AspectranCoreService()
        Instantiates a new AspectranCoreService.
      • AspectranCoreService

        public AspectranCoreService​(CoreService rootService)
    • Method Detail

      • afterContextLoaded

        protected void afterContextLoaded()
                                   throws java.lang.Exception
        This method is executed immediately after the ActivityContext is loaded.
        Throws:
        java.lang.Exception - if an error occurs
      • beforeContextDestroy

        protected void beforeContextDestroy()
        This method executed just before the ActivityContext is destroyed.
      • doPause

        protected void doPause​(long timeout)
                        throws java.lang.Exception
        Specified by:
        doPause in class AbstractServiceController
        Throws:
        java.lang.Exception