agentland.device
Interface Blinds

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
BlindsAgent

public interface Blinds
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void close()
           
 boolean getOpenStatus()
           
 void open()
           
 void setOpenStatus(boolean open)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

open

public void open()
          throws RemoteException

close

public void close()
           throws RemoteException

setOpenStatus

public void setOpenStatus(boolean open)
                   throws RemoteException

getOpenStatus

public boolean getOpenStatus()
                      throws RemoteException