agentland.device
Interface Projector

All Known Subinterfaces:
ManualProjector
All Known Implementing Classes:
ProjectorAgent

public interface Projector
extends Device


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 boolean inputRGB1()
           
 boolean inputRGB2()
           
 boolean inputVideo()
           
 boolean switchTo(String channel)
           
 boolean turnOff()
           
 boolean turnOn()
           
 
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, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

turnOn

public boolean turnOn()
               throws RemoteException

turnOff

public boolean turnOff()
                throws RemoteException

inputVideo

public boolean inputVideo()
                   throws RemoteException

inputRGB1

public boolean inputRGB1()
                  throws RemoteException

inputRGB2

public boolean inputRGB2()
                  throws RemoteException

switchTo

public boolean switchTo(String channel)
                 throws RemoteException