Class DefaultCompilerService

  • All Implemented Interfaces:
    org.praxislive.core.Lookup.Provider, org.praxislive.core.Root, org.praxislive.core.RootHub.ServiceProvider

    public class DefaultCompilerService
    extends org.praxislive.base.AbstractRoot
    implements org.praxislive.core.RootHub.ServiceProvider
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.praxislive.base.AbstractRoot

        org.praxislive.base.AbstractRoot.Controller, org.praxislive.base.AbstractRoot.Delegate, org.praxislive.base.AbstractRoot.State
      • Nested classes/interfaces inherited from interface org.praxislive.core.Root

        org.praxislive.core.Root.Controller
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void processCall​(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router)  
      List<Class<? extends org.praxislive.core.services.Service>> services()  
      • Methods inherited from class org.praxislive.base.AbstractRoot

        activating, attachDelegate, createContext, createController, createRouter, detachDelegate, findService, getAddress, getExecutionContext, getLookup, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, starting, stopping, terminating, update
      • Methods inherited from interface org.praxislive.core.Lookup.Provider

        getLookup
      • Methods inherited from interface org.praxislive.core.Root

        initialize
    • Constructor Detail

      • DefaultCompilerService

        public DefaultCompilerService()
    • Method Detail

      • services

        public List<Class<? extends org.praxislive.core.services.Service>> services()
        Specified by:
        services in interface org.praxislive.core.RootHub.ServiceProvider
      • processCall

        protected void processCall​(org.praxislive.core.Call call,
                                   org.praxislive.core.PacketRouter router)
        Specified by:
        processCall in class org.praxislive.base.AbstractRoot