Module org.praxislive.code.services
Package org.praxislive.code.services
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.StateNested classes/interfaces inherited from interface org.praxislive.core.Root
org.praxislive.core.Root.Controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessCall(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router) services()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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.praxislive.core.Lookup.Provider
getLookupMethods inherited from interface org.praxislive.core.Root
initialize
-
Constructor Details
-
DefaultCompilerService
public DefaultCompilerService()
-
-
Method Details
-
services
- Specified by:
servicesin interfaceorg.praxislive.core.RootHub.ServiceProvider
-
processCall
protected void processCall(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router) - Specified by:
processCallin classorg.praxislive.base.AbstractRoot
-