agentland.device
Interface BaseAmplifier

All Superinterfaces:
Agent, Amplifier, Device, Good, Managed, Remote, Spy
All Known Subinterfaces:
HKAVR7000Amplifier
All Known Implementing Classes:
BaseAmplifierAgent

public interface BaseAmplifier
extends Device, Amplifier


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 boolean getMuted()
           
 int getVolumeLevel()
           
 void resetMutedState()
           
 void resetVolumeLevelState()
           
 void setAmpState(int volumeLevel, boolean muted)
           
 
Methods inherited from interface agentland.device.Device
addName, getName, getNames, getState, getState, getStateNames, hasName, resetAllStates, resetName, resetState, resetState, setName, setState
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 
Methods inherited from interface agentland.device.Amplifier
mute, nudgeDown, nudgeUp, setVolume
 

Method Detail

resetVolumeLevelState

public void resetVolumeLevelState()
                           throws RemoteException

resetMutedState

public void resetMutedState()
                     throws RemoteException

getVolumeLevel

public int getVolumeLevel()
                   throws RemoteException

getMuted

public boolean getMuted()
                 throws RemoteException

setAmpState

public void setAmpState(int volumeLevel,
                        boolean muted)
                 throws RemoteException