agentland.software
Class AOLIMEHA

java.lang.Object
  |
  +--agentland.software.AOLIMEHA

public class AOLIMEHA
extends Object
implements ExceptionHandler, AOLIM, Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Constructor Summary
AOLIMEHA(MetagluePrimitives ap, AgentID agentID, Catalog c)
           
 
Method Summary
 void addMonitor(Spy param0)
          Add a log monitor that gets all the screen output.
 boolean alive()
           
 Agent getAgent()
          get the internal stub used.
 AgentID getAgentID()
           
 AgentID getAgtID()
          get the internal agentID used.
 AgentID getMetaglueAgentID()
           
 Vector getUsers()
          Show all the users that we care about who are currently logged in.
 void instantiate(Agent a)
           
 void login(String param0, String param1)
          Login to the AOL IM system.
 void logout()
          Exits the system.
 void replaceExceptionHandler(AgentExceptionHandler r)
           
 void sendMessage(String param0, String param1)
          Sends a message to a given AOL user.
 void setAgent(Agent a)
          set the internal stub used to passed agent.
 void setAgtID(AgentID a)
          set the internal agentID used to passed agent.
 void shutdown()
           
 void startup()
           
 InetAddress whereAreYou()
          Returns the InetAddress of the machine where the agent is running
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AOLIMEHA

public AOLIMEHA(MetagluePrimitives ap,
                AgentID agentID,
                Catalog c)
         throws RemoteException
Method Detail

getAgent

public Agent getAgent()
Description copied from interface: ExceptionHandler
get the internal stub used. (Used for resource management interception)
Specified by:
getAgent in interface ExceptionHandler

setAgent

public void setAgent(Agent a)
Description copied from interface: ExceptionHandler
set the internal stub used to passed agent. (Used for resource management interception)
Specified by:
setAgent in interface ExceptionHandler

getAgtID

public AgentID getAgtID()
Description copied from interface: ExceptionHandler
get the internal agentID used. (Used for resource management interception)
Specified by:
getAgtID in interface ExceptionHandler

setAgtID

public void setAgtID(AgentID a)
Description copied from interface: ExceptionHandler
set the internal agentID used to passed agent. (Used for resource management interception)
Specified by:
setAgtID in interface ExceptionHandler

instantiate

public void instantiate(Agent a)
Specified by:
instantiate in interface ExceptionHandler

replaceExceptionHandler

public void replaceExceptionHandler(AgentExceptionHandler r)
Specified by:
replaceExceptionHandler in interface ExceptionHandler

addMonitor

public void addMonitor(Spy param0)
                throws RemoteException
Description copied from interface: Agent
Add a log monitor that gets all the screen output.
Specified by:
addMonitor in interface Agent

alive

public boolean alive()
              throws RemoteException
Specified by:
alive in interface Agent

getAgentID

public AgentID getAgentID()
Specified by:
getAgentID in interface Agent

getMetaglueAgentID

public AgentID getMetaglueAgentID()
                           throws RemoteException
Specified by:
getMetaglueAgentID in interface Agent

shutdown

public void shutdown()
              throws RemoteException
Specified by:
shutdown in interface Agent

startup

public void startup()
             throws RemoteException
Specified by:
startup in interface Agent

whereAreYou

public InetAddress whereAreYou()
                        throws RemoteException
Description copied from interface: Agent
Returns the InetAddress of the machine where the agent is running
Specified by:
whereAreYou in interface Agent

getUsers

public Vector getUsers()
                throws RemoteException
Description copied from interface: AOLIM
Show all the users that we care about who are currently logged in. This sends back a vector of strings, which the calling agent can pop up in a dialog box.
Specified by:
getUsers in interface AOLIM

login

public void login(String param0,
                  String param1)
           throws RemoteException
Description copied from interface: AOLIM
Login to the AOL IM system. The screen name and password are given here. In the current incarnation, this starts up the socket to the backend cmdline program.
Specified by:
login in interface AOLIM

logout

public void logout()
            throws RemoteException
Description copied from interface: AOLIM
Exits the system.
Specified by:
logout in interface AOLIM

sendMessage

public void sendMessage(String param0,
                        String param1)
                 throws RemoteException
Description copied from interface: AOLIM
Sends a message to a given AOL user. Messages from other users are sent as notifications to the notification agent. To get messages from AOLIM, call the Notifier with an addSpy() asking to be told of "InstantMessage" notifications.
Specified by:
sendMessage in interface AOLIM