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

Inner classes inherited from class metaglue.AgentAgent
AgentAgent.Attribute
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Constructor Summary
NetMeetingDisplayAgent()
           
 
Method Summary
 void activateNetMeetingWindow()
           
 void hideNetMeetingWindow()
           
 void maximizeAndActivateNetMeeting()
           
 void minimizeNetMeetingWindow()
           
 void startNetMeeting()
           
 
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
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetMeetingDisplayAgent

public NetMeetingDisplayAgent()
                       throws RemoteException,
                              MSWindowsDisplayException
Method Detail

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