public class BOSTool extends Tool implements BOSListener
Constructor and Description |
---|
BOSTool()
Creates a new BOS tool.
|
Modifier and Type | Method and Description |
---|---|
void |
bosConnectionAvailable()
Method called by the LoginTool once the BOS connection is available.
|
void |
bosRights(AIMSession sess,
AIMFrame frame,
int maxpermits,
int maxdenies)
Describe
bosRights method here. |
void |
shutdown(AIMSession sess)
Called when the tool is shutting down.
|
getFamily, getId, getSession, getToolData, getVersion, setFamily, setId, setSession, setToolData, setVersion
public void shutdown(AIMSession sess)
public void bosConnectionAvailable()
bosConnectionAvailable
in class Tool
public void bosRights(AIMSession sess, AIMFrame frame, int maxpermits, int maxdenies)
bosRights
method here.bosRights
in interface BOSListener
sess
- an AIMSession
valueframe
- an AIMFrame
valuemaxpermits
- an int
valuemaxdenies
- an int
value