gov.nih.nci.common.search.session
Class SecureSessionManagerFactory

java.lang.Object
  extended by gov.nih.nci.common.search.session.SecureSessionManagerFactory

public class SecureSessionManagerFactory
extends java.lang.Object

Author:
joshua

Field Summary
protected static SecureSessionManagerFactory _instance
           
protected  java.lang.String _localMgrClassName
           
protected  java.lang.String _remoteMgrClassName
           
 
Method Summary
static SecureSessionManager defaultSecureSessionManager()
           
 SecureSessionManager newSecureSessionManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_instance

protected static SecureSessionManagerFactory _instance

_localMgrClassName

protected java.lang.String _localMgrClassName

_remoteMgrClassName

protected java.lang.String _remoteMgrClassName
Method Detail

defaultSecureSessionManager

public static SecureSessionManager defaultSecureSessionManager()

newSecureSessionManager

public SecureSessionManager newSecureSessionManager()
                                             throws java.lang.InstantiationException,
                                                    java.lang.IllegalAccessException,
                                                    java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException