org.walluck.oscar.components
Class SessionManager
java.lang.Object
org.walluck.oscar.components.SessionManager
public class SessionManager
- extends Object
Describe class SessionManager
here.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- David Walluck
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionManager
public SessionManager()
connectWithNewSession
public static AIMSession connectWithNewSession(Oscar oscar,
String sn,
String password)
throws IOException
- Describe
connectWithNewSession
method here.
- Parameters:
oscar
- an Oscar
valuesn
- a String
valuepassword
- a String
value
- Returns:
- an
AIMSession
value
- Throws:
IOException
- if an error occurs
getSessions
public static AIMSession[] getSessions()
- Describe
getSessions
method here.
- Returns:
- an
AIMSession[]
value