agentland.device.drapes
Interface Drapes

All Superinterfaces:
Agent, Device, Good, Managed, Remote, Spy
All Known Subinterfaces:
DrapesManager, X10Drapes
All Known Implementing Classes:
DrapesAgent

public interface Drapes
extends Device


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

open

public boolean open()
             throws RemoteException

close

public boolean close()
              throws RemoteException

isOpen

public UncertainValue isOpen()
                      throws RemoteException