agentland.device.pscreen
Interface ProjectionScreen

All Superinterfaces:
Agent, Device, Good, Managed, Remote, Spy
All Known Subinterfaces:
ManualProjectionScreen, X10ProjectionScreen
All Known Implementing Classes:
ProjectionScreenAgent

public interface ProjectionScreen
extends Device


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 UncertainValue isDown()
           
 boolean pullDown()
           
 boolean pullUp()
           
 
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
 

Method Detail

isDown

public UncertainValue isDown()
                      throws RemoteException

pullDown

public boolean pullDown()
                 throws RemoteException

pullUp

public boolean pullUp()
               throws RemoteException