Class DefaultAudioRoot

  • All Implemented Interfaces:
    org.praxislive.core.Component, org.praxislive.core.Container, org.praxislive.core.Lookup.Provider, org.praxislive.core.Root

    public class DefaultAudioRoot
    extends org.praxislive.base.AbstractRootContainer
    • 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.State
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.praxislive.base.DefaultExecutionContext createContext​(long initialTime)  
      org.praxislive.core.ComponentInfo getInfo()  
      org.praxislive.core.Lookup getLookup()  
      protected void starting()  
      protected void stopping()  
      protected void terminating()  
      • 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, createController, createRouter, detachDelegate, findService, getAddress, getExecutionContext, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, update
    • Constructor Detail

      • DefaultAudioRoot

        public DefaultAudioRoot()
    • Method Detail

      • getLookup

        public org.praxislive.core.Lookup getLookup()
        Specified by:
        getLookup in interface org.praxislive.core.Lookup.Provider
        Overrides:
        getLookup in class org.praxislive.base.AbstractRoot
      • createContext

        protected org.praxislive.base.DefaultExecutionContext createContext​(long initialTime)
        Overrides:
        createContext in class org.praxislive.base.AbstractRoot
      • starting

        protected void starting()
        Overrides:
        starting in class org.praxislive.base.AbstractRoot
      • stopping

        protected void stopping()
        Overrides:
        stopping in class org.praxislive.base.AbstractRoot
      • terminating

        protected void terminating()
        Overrides:
        terminating in class org.praxislive.base.AbstractRoot
      • getInfo

        public org.praxislive.core.ComponentInfo getInfo()
        Specified by:
        getInfo in interface org.praxislive.core.Component
        Specified by:
        getInfo in class org.praxislive.base.AbstractRootContainer