Uses of Class
com.sas.services.connection.ConnectionFactoryException

Packages that use ConnectionFactoryException
com.sas.services.connection Service for making and managing connections to IOM servers. 
com.sas.services.connection.jndi JNDI connection services. 
com.sas.services.connection.omr Provides a connection factory configuation for use with a SAS Metadata Server. 
com.sas.services.connection.platform Provides a connection factory configuation for use with SAS Foundation Services. 
com.sas.services.storedprocess Create and execute stored processes. 
 

Uses of ConnectionFactoryException in com.sas.services.connection
 

Subclasses of ConnectionFactoryException in com.sas.services.connection
 class
          The connection factory throws a timeout exception when a connection request could not be completed before an administrative time limit expired.
 class
          The connection factory rasies an expired credentials exception when a connection request cannot be granted due to credentials that were valid but have expired.
 class
          A exception that is so severe that a factory which throws this exception can no longer be used.
 class
          The connection factory throws an invalid credentials exception when a connection request cannot be granted due to invalid or missing credentials.
 class
          The connection factory throws a login exception when a connection request cannot be granted because the connecting client cannot be authenticated or authorized.
 

Methods in com.sas.services.connection that throw ConnectionFactoryException
protected  ConnectionInterface AggregationKernel.
           
protected  ConnectionFactoryAdminInterface AggregationKernel.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionInterface ConnectionFactory.
           
 ConnectionFactoryAdminInterface ConnectionFactory.
           
 ConnectionFactoryAdminInterface ConnectionFactory.
           
protected  ConnectionFactoryKernel ManualConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger)
           
 void ConnectionImpl.generatePassword(String userName, StringHolder qualUserNameHolder, StringHolder genPasswordHolder)
           
 ConnectionInterface ConnectionFactoryShell.
           
 ConnectionInterface ConnectionFactoryShell.
           
 ConnectionFactoryAdminInterface ConnectionFactoryShell.
           
protected  ConnectionInterface ConnectionFactoryShell.
           
 ConnectionInterface ConnectionFactoryShellInterface.getConnection(Credential login)
          Get a connection to a server.
 ConnectionInterface ConnectionFactoryShellInterface.getConnection(Credential login, long waitMilliseconds)
          Get a connection to a server.
 ConnectionFactoryAdminInterface ConnectionFactoryShellInterface.getAdminInterface(Credential adminLogin)
          Get the factory administrator's interface.
 ConnectionInterface ConnectionFactoryInterface.getConnection()
          Get a connection to a server that does not require a user name and password for connections.
 ConnectionInterface ConnectionFactoryInterface.getConnection(String domain)
          Get a connection to a server that does not require a user name and password for connections.
 ConnectionInterface ConnectionFactoryInterface.getConnection(long waitMilliseconds)
          Get a connection to a server that does not require a user name and password for connections.
 ConnectionInterface ConnectionFactoryInterface.getConnection(String domain, long waitMilliseconds)
          Get a connection to a server that does not require a user name and password for connections.
 ConnectionInterface ConnectionFactoryInterface.getConnection(String userName, String password)
          Get a connection to a server.
 ConnectionInterface ConnectionFactoryInterface.getConnection(String userName, String password, String domain)
          Get a connection to a server.
 ConnectionInterface ConnectionFactoryInterface.getConnection(String userName, String password, long waitMilliseconds)
          Get a connection to a server.
 ConnectionInterface ConnectionFactoryInterface.getConnection(String userName, String password, String domain, long waitMilliseconds)
          Get a connection to a server.
 ConnectionFactoryAdminInterface ConnectionFactoryInterface.getAdminInterface()
          Get the factory administrator's interface.
 ConnectionFactoryAdminInterface ConnectionFactoryInterface.getAdminInterface(String adminName, String password)
          This method is provided for compatibility with previous releases, and it is otherwise rarely used.
 void ConnectionInterface.generatePassword(String userName, StringHolder qualUserNameHolder, StringHolder genPasswordHolder)
          Generate a password for a user name.
protected  int[] AuthServer.
           
protected  void AuthServer.
           
protected  Object AuthServer.
           
protected  boolean AuthServer.
           
protected  ConnectionEnvelope PuddleEnvelope.
           
protected static ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernelFromDelegate(ConnectionFactoryManager manager, ConnectionFactoryConfiguration original, Logger logger, ConnectionFactoryConfiguration delegate)
           
protected  ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, Logger logger)
           
protected abstract  ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger)
           
protected abstract  Logger LoggerFactory.
          This method is used internally by the ConnectionFactoryManager.
 ConnectionFactoryInterface ConnectionFactoryManager.getFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
static ConnectionFactoryInterface ConnectionFactoryManager.getConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
protected  void ConnectionFactoryManager.activateShell(ConnectionFactoryShell shell, ConnectionFactoryConfiguration cxfConfig, LoggerFactory loggerFactory)
           
protected  Logger ConnectionFactoryManager.getLogger(ConnectionFactoryConfiguration cxfConfig)
           
protected abstract  ConnectionInterface ConnectionFactoryKernel.
           
protected abstract  ConnectionFactoryAdminInterface ConnectionFactoryKernel.
           
protected  ConnectionInterface PoolingKernel.
           
protected  ConnectionFactoryAdminInterface PoolingKernel.
           
 

Uses of ConnectionFactoryException in com.sas.services.connection.jndi
 

Methods in com.sas.services.connection.jndi that throw ConnectionFactoryException
protected  ConnectionFactoryKernel JNDIConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger)
           
protected  void JNDIAuthServer.
           
protected  Object JNDIAuthServer.
           
protected  boolean JNDIAuthServer.
           
 

Uses of ConnectionFactoryException in com.sas.services.connection.omr
 

Methods in com.sas.services.connection.omr that throw ConnectionFactoryException
protected  ConnectionFactoryKernel OMRConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger)
           
protected  Object OMRAuthServer.
           
protected  boolean OMRAuthServer.
           
protected static Object LocalUtil.
           
protected static Object RemoteUtil.
           
 

Uses of ConnectionFactoryException in com.sas.services.connection.platform
 

Methods in com.sas.services.connection.platform that throw ConnectionFactoryException
 ConnectionInterface PlatformConnectionFactory.
           
 ConnectionInterface PlatformConnectionFactory.
           
protected  ConnectionFactoryKernel PlatformConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger)
           
protected  UserContextInterface PlatformConnectionFactoryConfiguration.getPrivUser()
           
 PlatformConnectionFactoryInterface PlatformConnectionFactoryManager.getPlatformFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
static PlatformConnectionFactoryInterface PlatformConnectionFactoryManager.getPlatformConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
protected  Logger PlatformConnectionFactoryManager.getLogger(ConnectionFactoryConfiguration cxfConfig)
           
protected  Object PlatformAuthServer.
           
protected  boolean PlatformAuthServer.
           
 ConnectionInterface PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext)
          Get a connection to a server.
 ConnectionInterface PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds)
          Get a connection to a server.
 

Uses of ConnectionFactoryException in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess that throw ConnectionFactoryException
 void Execution_Stub.
           
 void ExecutionInterface.destroy()
          Free resources allocated by the service for this execution.
 




Copyright © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:49