Class DefaultCompilerService

java.lang.Object
org.praxislive.base.AbstractRoot
org.praxislive.code.services.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.DelegateConfiguration, org.praxislive.base.AbstractRoot.State

    Nested classes/interfaces inherited from interface org.praxislive.core.Root

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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>>
     

    Methods inherited from class org.praxislive.base.AbstractRoot

    activating, attachDelegate, createContext, createController, createRouter, delegateConfig, detachDelegate, findService, getAddress, getExecutionContext, getLookup, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, starting, stopping, terminating, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.praxislive.core.Lookup.Provider

    getLookup

    Methods inherited from interface org.praxislive.core.Root

    initialize
  • Constructor Details

    • DefaultCompilerService

      public DefaultCompilerService()
  • Method Details

    • 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