org.walluck.oscar.tools
Class ToolData

java.lang.Object
  extended by org.walluck.oscar.tools.ToolData

public class ToolData
extends Object

Class ToolData Used by the various Tools to exchange information. The class instance is created by AIMSession when the Tools framework is initialized, and only available to the Tools themselves.

Version:
$Id: ToolData.java,v 1.4 2004/12/11 23:53:29 walluck Exp $
Author:
Alain Penders

Constructor Summary
ToolData()
           
 
Method Summary
 int getAIMCaps()
          Describe getAIMCaps method here.
 AIMConnection getBosconn()
           
 int getICQCaps()
          Describe getICQCaps method here.
 Hashtable getTrillianSessions()
           
 void setBosconn(AIMConnection bosconn)
           
 void setTrillianSessions(Hashtable trillianSessions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolData

public ToolData()
Method Detail

getBosconn

public AIMConnection getBosconn()

setBosconn

public void setBosconn(AIMConnection bosconn)

getTrillianSessions

public Hashtable getTrillianSessions()

setTrillianSessions

public void setTrillianSessions(Hashtable trillianSessions)

getAIMCaps

public int getAIMCaps()
Describe getAIMCaps method here.

Returns:
an int value

getICQCaps

public int getICQCaps()
Describe getICQCaps method here.

Returns:
an int value