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
-
-
Constructor Summary
Constructors Constructor Description DefaultCodeFactoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivating()protected voidprocessCall(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
attachDelegate, createContext, createController, createRouter, detachDelegate, findService, getAddress, getExecutionContext, getLookup, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, starting, stopping, terminating, update
-
-
-
-
Method Detail
-
services
public List<Class<? extends org.praxislive.core.services.Service>> 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
-
-