Module org.praxislive.code.services
Package org.praxislive.code.services
Class DefaultCodeFactoryService
java.lang.Object
org.praxislive.base.AbstractRoot
org.praxislive.code.services.DefaultCodeFactoryService
- All Implemented Interfaces:
org.praxislive.core.Lookup.Provider,org.praxislive.core.Root,org.praxislive.core.RootHub.ServiceProvider
public class DefaultCodeFactoryService
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 voidprotected voidprocessCall(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router) services()Methods inherited from class org.praxislive.base.AbstractRoot
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
-
DefaultCodeFactoryService
public DefaultCodeFactoryService()
-
-
Method Details
-
services
- Specified by:
servicesin interfaceorg.praxislive.core.RootHub.ServiceProvider
-
activating
protected void activating()- Overrides:
activatingin classorg.praxislive.base.AbstractRoot
-
processCall
protected void processCall(org.praxislive.core.Call call, org.praxislive.core.PacketRouter router) - Specified by:
processCallin classorg.praxislive.base.AbstractRoot
-