org.mantisbt.connect
Class SessionFactory

java.lang.Object
  extended byorg.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

Constructor Summary
protected SessionFactory()
          Deprecated.  
 
Method Summary
static ISessionFactory getInstance()
          Deprecated.  
 java.lang.String getProxyHost()
          Deprecated.  
 int getProxyPort()
          Deprecated.  
 ISession newSession(java.net.URL url, java.lang.String user, java.lang.String pwd)
          Deprecated.  
 void setProxy(java.lang.String host, int port)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionFactory

protected SessionFactory()
Deprecated. 
Method Detail

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