C D J M P R S

C

com.dionloy.joogleagent - package com.dionloy.joogleagent
 
configure(Properties) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Configures the object from the given Properties.
connected(ConnectionEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
 
connectFailed(ConnectionEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
 
connecting(ConnectionEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
 
connectionChanged(ConnectionEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
 

D

disconnected(ConnectionEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
 

J

JAJoogleAgent - class com.dionloy.joogleagent.JAJoogleAgent.
JAJoogleAgent is a Jabber agent that can query Google for data and return those responses over the Jabber network.
JAJoogleAgent() - Constructor for class com.dionloy.joogleagent.JAJoogleAgent
 

M

main(String[]) - Static method in class com.dionloy.joogleagent.JAJoogleAgent
Main program.

P

printUsage() - Static method in class com.dionloy.joogleagent.JAJoogleAgent
Prints out all the command line options.

R

receivedPacket(PacketEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Called when a packet has been received.
run() - Method in class com.dionloy.joogleagent.JAJoogleAgent
Runs the agent by connecting to the Jabber server.

S

sendFailed(PacketEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Called when a send has failed.
sendHeader(JID) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Sends the header.
sendNoResultsMessage(JID) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Sends a message to the user saying that there were no results returned for his query.
sendResult(JGResult, JID) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Sends the result to the user.
sendResults(JGDocument, JID) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Sends the results from the Joogle query back to the user.
sentPacket(PacketEvent) - Method in class com.dionloy.joogleagent.JAJoogleAgent
Called when we have sent a packet.

C D J M P R S