- 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 ComponentInfo
getInfo()
Get the ComponentInfo object for this component.Lookup
getLookup()
Get the Lookup from this Provider.protected void
starting()
Hook called during a call toAbstractRoot.setRunning()
if the previous state wasAbstractRoot.State.ACTIVE_IDLE
.protected void
stopping()
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:Component
Get the ComponentInfo object for this component.- Specified by:
getInfo
in interfaceComponent
- Specified by:
getInfo
in classAbstractRootContainer
- Returns:
- ComponentInfo
-
getLookup
public Lookup getLookup()
Description copied from interface:Lookup.Provider
Get the Lookup from this Provider.- Specified by:
getLookup
in interfaceLookup.Provider
- Overrides:
getLookup
in classAbstractRootContainer
- Returns:
- lookup
-
starting
protected void starting()
Description copied from class:AbstractRoot
Hook called during a call toAbstractRoot.setRunning()
if the previous state wasAbstractRoot.State.ACTIVE_IDLE
. The default implementation does nothing.- Overrides:
starting
in classAbstractRoot
-
stopping
protected void stopping()
Description copied from class:AbstractRoot
Hook called during a call toAbstractRoot.setIdle()
if the previous state wasAbstractRoot.State.ACTIVE_RUNNING
. The default implementation does nothing.- Overrides:
stopping
in classAbstractRoot
-
-