agentland.device.display
Interface Projector

All Superinterfaces:
Agent, Connectable, Device, DisplayDevice, Good, Managed, Remote, Spy
All Known Subinterfaces:
ManualProjector, ProjectorManager
All Known Implementing Classes:
ProjectorAgent

public interface Projector
extends DisplayDevice, Connectable


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)
           
 
Methods inherited from interface agentland.device.display.DisplayDevice
turnOff, 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, 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.resource.connect.Connectable
connect
 

Method Detail

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