org.mantisbt.connect
Interface ISessionFactory

All Known Implementing Classes:
SessionFactory

Deprecated. Use org.mantisbt.connect.IMCSessionFactory instead.

public interface ISessionFactory

Author:
Peter Lanser, planser@users.sourceforge.net

Method Summary
 ISession newSession(java.net.URL url, java.lang.String user, java.lang.String pwd)
          Deprecated.  
 void setProxy(java.lang.String host, int port)
          Deprecated.  
 

Method Detail

setProxy

public void setProxy(java.lang.String host,
                     int port)
Deprecated. 

newSession

public ISession newSession(java.net.URL url,
                           java.lang.String user,
                           java.lang.String pwd)
                    throws JMTException
Deprecated. 
Throws:
JMTException