- java.lang.Object
-
- org.praxislive.base.AbstractRoot
-
- org.praxislive.base.AbstractRootContainer
-
- org.praxislive.tinkerforge.TFRoot
-
- All Implemented Interfaces:
Component,Container,Lookup.Provider,Root
public class TFRoot extends AbstractRootContainer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.base.AbstractRoot
AbstractRoot.Controller, AbstractRoot.Delegate, AbstractRoot.DelegateConfiguration, AbstractRoot.State
-
-
Constructor Summary
Constructors Constructor Description TFRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentInfogetInfo()Get the ComponentInfo object for this component.LookupgetLookup()Get the Lookup from this Provider.protected voidstarting()Hook called during a call toAbstractRoot.setRunning()if the previous state wasAbstractRoot.State.ACTIVE_IDLE.protected voidstopping()Hook called during a call toAbstractRoot.setIdle()if the previous state wasAbstractRoot.State.ACTIVE_RUNNING.-
Methods inherited from class org.praxislive.base.AbstractRootContainer
addChild, children, connect, disconnect, getAddress, getChild, getControl, getParent, getPort, hierarchyChanged, parentNotify, processCall, registerControl, removeChild, unregisterControl
-
Methods inherited from class org.praxislive.base.AbstractRoot
activating, attachDelegate, createContext, createController, createRouter, delegateConfig, detachDelegate, findService, getAddress, getExecutionContext, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, terminating, update
-
-
-
-
Method Detail
-
getInfo
public ComponentInfo getInfo()
Description copied from interface:ComponentGet the ComponentInfo object for this component.- Specified by:
getInfoin interfaceComponent- Specified by:
getInfoin classAbstractRootContainer- Returns:
- ComponentInfo
-
getLookup
public Lookup getLookup()
Description copied from interface:Lookup.ProviderGet the Lookup from this Provider.- Specified by:
getLookupin interfaceLookup.Provider- Overrides:
getLookupin classAbstractRootContainer- Returns:
- lookup
-
starting
protected void starting()
Description copied from class:AbstractRootHook called during a call toAbstractRoot.setRunning()if the previous state wasAbstractRoot.State.ACTIVE_IDLE. The default implementation does nothing.- Overrides:
startingin classAbstractRoot
-
stopping
protected void stopping()
Description copied from class:AbstractRootHook called during a call toAbstractRoot.setIdle()if the previous state wasAbstractRoot.State.ACTIVE_RUNNING. The default implementation does nothing.- Overrides:
stoppingin classAbstractRoot
-
-