|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agentland.software.AOLIMEHA
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 |
public AOLIMEHA(MetagluePrimitives ap, AgentID agentID, Catalog c) throws RemoteException
Method Detail |
public Agent getAgent()
public void setAgent(Agent a)
public AgentID getAgtID()
public void setAgtID(AgentID a)
public void instantiate(Agent a)
public void replaceExceptionHandler(AgentExceptionHandler r)
public void addMonitor(Spy param0) throws RemoteException
public boolean alive() throws RemoteException
public AgentID getAgentID()
public AgentID getMetaglueAgentID() throws RemoteException
public void shutdown() throws RemoteException
public void startup() throws RemoteException
public InetAddress whereAreYou() throws RemoteException
public Vector getUsers() throws RemoteException
public void login(String param0, String param1) throws RemoteException
public void logout() throws RemoteException
public void sendMessage(String param0, String param1) throws RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |