public class UserLookupTool extends Tool implements UserLookupListener
Constructor and Description |
---|
UserLookupTool()
Creates a new UserLookup tool.
|
Modifier and Type | Method and Description |
---|---|
void |
bosConnectionAvailable()
Method called by the LoginTool once the BOS connection is available.
|
void |
reply(AIMSession sess,
AIMFrame frame,
String searchAddr,
int count,
ArrayList data)
Describe
reply method here. |
void |
shutdown(AIMSession sess)
Called when the tool is shutting down.
|
getFamily, getId, getSession, getToolData, getVersion, setFamily, setId, setSession, setToolData, setVersion
public UserLookupTool()
public void shutdown(AIMSession sess)
public void bosConnectionAvailable()
bosConnectionAvailable
in class Tool
public void reply(AIMSession sess, AIMFrame frame, String searchAddr, int count, ArrayList data)
reply
method here.reply
in interface UserLookupListener
sess
- an AIMSession
valueframe
- an AIMFrame
valuesearchAddr
- a String
valuecount
- an int
valuedata
- a ArrayList
value