org.mantisbt.connect
Class SessionFactory
java.lang.Object
org.mantisbt.connect.SessionFactory
- All Implemented Interfaces:
- ISessionFactory
Deprecated. Use org.mantisbt.connect.axis.MCSession
instead.
- public class SessionFactory
- extends java.lang.Object
- implements ISessionFactory
- Author:
- Peter Lanser, planser@users.sourceforge.net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionFactory
protected SessionFactory()
- Deprecated.
getInstance
public static ISessionFactory getInstance()
- Deprecated.
setProxy
public void setProxy(java.lang.String host,
int port)
- Deprecated.
- Specified by:
setProxy
in interface ISessionFactory
getProxyHost
public java.lang.String getProxyHost()
- Deprecated.
getProxyPort
public int getProxyPort()
- Deprecated.
newSession
public ISession newSession(java.net.URL url,
java.lang.String user,
java.lang.String pwd)
throws JMTException
- Deprecated.
- Specified by:
newSession
in interface ISessionFactory
- Throws:
JMTException