agentland.device
Class ProjectorAgent
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--metaglue.AgentAgent
|
+--agentland.util.GoodAgent
|
+--agentland.resource.ManagedAgent
|
+--agentland.device.DeviceAgent
|
+--agentland.device.ProjectorAgent
- public class ProjectorAgent
- extends DeviceAgent
- implements Projector
Projector agent for dealing wih contention for the Projector ports
The Intelligent Room/HAL Project
MIT Artificial Intelligence Laboratory
Cambridge, MA
The designation for this agent must be the full path-name for the
serial port which to go through. It is automatically tied to the
host specified in the "machine" attribute.
- See Also:
- Serialized Form
Methods inherited from class agentland.device.DeviceAgent |
addName,
createStateChangeNotification,
ensureState,
getDefaultNames,
getDefaultStateName,
getName,
getNames,
getState,
getState,
getStateNames,
hasName,
quietException,
resetAllStates,
resetName,
resetState,
resetState,
setDefaultStateName,
setName,
setState,
throwException,
updateState,
updateState,
updateState,
updateState,
updateState,
updateState,
updateState,
updateState |
Methods inherited from class agentland.resource.ManagedAgent |
connect,
getAlert,
getNeed,
reliesOn,
reliesOn,
replace,
request,
request,
request,
requestAgent,
requestAgent,
resources,
resourcesByAgentID,
setNeed,
yank,
yank,
yank |
Methods inherited from class agentland.util.GoodAgent |
addSpy,
addSpy,
alert,
alertString,
beep,
error,
getHistory,
getHistoryElement,
getPersistentMap,
log,
notify,
removeSpy,
removeSpy,
resetHistory,
safeRely,
safeRely,
safeRely,
setNiceLogName,
tell |
Methods inherited from class metaglue.AgentAgent |
addMonitor,
alive,
defrost,
defrostAll,
defrostBoolean,
defrostInt,
defrostString,
fixAttribute,
fixAttribute,
freeze,
freeze,
freeze,
freezeAll,
freezeVar,
getAgentID,
getAttribute,
getCatalog,
getCatalogID,
getDesignation,
getFrozenVariables,
getLogLevel,
getMetaglueAgent,
getMetaglueAgentID,
getOccupation,
getProperties,
getSociety,
log,
log,
obtainMetaglueAgent,
obtainMetaglueAgent,
obtainMetaglueAgentByName,
reliesOn,
reliesOnSynch,
removeFrozen,
replaceExceptionHandler,
setFreezeName,
setLogLevel,
setLogName,
shutdown,
startAgent,
startAgentOn,
startAgentOn,
startup,
status,
tiedTo,
tiedTo,
tiedTo,
tiedTo,
tieToDesignation,
whereAreYou |
projector
protected UniversalProjector projector
ProjectorAgent
public ProjectorAgent()
throws RemoteException
loadProjector
protected void loadProjector(String serial_port)
setState
protected void setState()
throws RemoteException
turnOn
public boolean turnOn()
throws RemoteException
- Sends an "ON" command to the specified module
- Specified by:
- turnOn in interface Projector
turnOff
public boolean turnOff()
throws RemoteException
- Sends an "OFF" command to the specified module
- Specified by:
- turnOff in interface Projector
inputVideo
public boolean inputVideo()
throws RemoteException
- Specified by:
- inputVideo in interface Projector
inputRGB1
public boolean inputRGB1()
throws RemoteException
- Specified by:
- inputRGB1 in interface Projector
inputRGB2
public boolean inputRGB2()
throws RemoteException
- Specified by:
- inputRGB2 in interface Projector
switchTo
public boolean switchTo(String channel)
throws RemoteException
- Specified by:
- switchTo in interface Projector