agentland.software
Class NetMeetingDisplayAgent
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--metaglue.AgentAgent
|
+--agentland.software.NetMeetingDisplayAgent
- public class NetMeetingDisplayAgent
- extends AgentAgent
- implements NetMeetingDisplay
NetMeeting Agent
The Intelligent Room/HAL Project
MIT Artificial Intelligence Laboratory
Cambridge, MA
NetMeeting performs video/audio conferencing, using MS Net Meeting. This
agent uses MSWindowDisplay to initialize, minimize, maximize and hide
NetMeeting on Window 95/98.
- See Also:
- Serialized Form
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,
log,
obtainMetaglueAgent,
obtainMetaglueAgent,
obtainMetaglueAgentByName,
reliesOn,
reliesOn,
reliesOn,
reliesOnSynch,
removeFrozen,
replaceExceptionHandler,
setFreezeName,
setLogLevel,
setLogName,
shutdown,
startAgent,
startAgentOn,
startAgentOn,
startup,
status,
tiedTo,
tiedTo,
tiedTo,
tiedTo,
tieToDesignation,
whereAreYou |
NetMeetingDisplayAgent
public NetMeetingDisplayAgent()
throws RemoteException,
MSWindowsDisplayException
startNetMeeting
public void startNetMeeting()
throws RemoteException,
MSWindowsDisplayException,
IOException
- Specified by:
- startNetMeeting in interface NetMeetingDisplay
maximizeAndActivateNetMeeting
public void maximizeAndActivateNetMeeting()
throws RemoteException,
MSWindowsDisplayException
- Specified by:
- maximizeAndActivateNetMeeting in interface NetMeetingDisplay
hideNetMeetingWindow
public void hideNetMeetingWindow()
throws RemoteException,
MSWindowsDisplayException
- Specified by:
- hideNetMeetingWindow in interface NetMeetingDisplay
activateNetMeetingWindow
public void activateNetMeetingWindow()
throws RemoteException,
MSWindowsDisplayException
- Specified by:
- activateNetMeetingWindow in interface NetMeetingDisplay
minimizeNetMeetingWindow
public void minimizeNetMeetingWindow()
throws RemoteException,
MSWindowsDisplayException
- Specified by:
- minimizeNetMeetingWindow in interface NetMeetingDisplay