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 Execute stored processes. 
 

Uses of ConnectionFactoryException in com.sas.services.connection
 

Methods in com.sas.services.connection that throw ConnectionFactoryException
protected  void ConnectionFactoryManager.activateShell(com.sas.services.connection.ConnectionFactoryShell shell, ConnectionFactoryConfiguration cxfConfig, com.sas.services.connection.LoggerFactory loggerFactory)
           
protected  com.sas.services.connection.ConnectionFactoryKernel ManualConnectionFactoryConfiguration.doGetKernel(com.sas.services.connection.ConnectionFactoryRequest cxfReq)
           
protected  com.sas.services.connection.ConnectionFactoryKernel ConnectionFactoryConfiguration.doGetKernel(com.sas.services.connection.ConnectionFactoryRequest cxfReq)
           
abstract  void ConnectionInterface.generatePassword(java.lang.String userName, org.omg.CORBA.StringHolder qualUserNameHolder, org.omg.CORBA.StringHolder genPasswordHolder)
          Generate a password for a user name.
abstract  ConnectionFactoryAdminInterface ConnectionFactoryInterface.getAdminInterface()
          Get the factory administrator's interface.
abstract  ConnectionFactoryAdminInterface ConnectionFactoryShellInterface.getAdminInterface(Credential adminLogin)
          Get the factory administrator's interface.
abstract  ConnectionFactoryAdminInterface ConnectionFactoryInterface.getAdminInterface(java.lang.String adminName, java.lang.String password)
          This method is provided for compatibility with previous releases, and it is otherwise rarely used.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection()
          Get a connection to a server that does not require a user name and password for connections.
abstract  ConnectionInterface ConnectionFactoryShellInterface.getConnection(Credential login)
          Get a connection to a server.
abstract  ConnectionInterface ConnectionFactoryShellInterface.getConnection(Credential login, long waitMilliseconds)
          Get a connection to a server.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(long waitMilliseconds)
          Get a connection to a server that does not require a user name and password for connections.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(java.lang.String domain)
          Get a connection to a server that does not require a user name and password for connections.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(java.lang.String domain, long waitMilliseconds)
          Get a connection to a server that does not require a user name and password for connections.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(java.lang.String userName, java.lang.String password)
          Get a connection to a server.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(java.lang.String userName, java.lang.String password, long waitMilliseconds)
          Get a connection to a server.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(java.lang.String userName, java.lang.String password, java.lang.String domain)
          Get a connection to a server.
abstract  ConnectionInterface ConnectionFactoryInterface.getConnection(java.lang.String userName, java.lang.String password, java.lang.String domain, long waitMilliseconds)
          Get a connection to a server.
static ConnectionFactoryInterface ConnectionFactoryManager.getConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
 ConnectionFactoryInterface ConnectionFactoryManager.getFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
static XMLConfigurationBuilder XMLConfigurationBuilder.getInstance(org.w3c.dom.Document serverInfoDoc, org.w3c.dom.Document userInfoDoc)
          Create a ConfigurationBuilder object with a parsed server information XML document and a parsed user information XML document.
protected  com.sas.services.connection.ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, java.util.logging.Logger logger)
           
protected  com.sas.services.connection.ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, java.util.logging.Logger logger)
           
protected  com.sas.services.connection.ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernel(com.sas.services.connection.ConnectionFactoryRequest cxfReq)
           
protected static com.sas.services.connection.ConnectionFactoryKernel ConnectionFactoryConfiguration.getKernelFromDelegate(ConnectionFactoryManager manager, ConnectionFactoryConfiguration original, java.util.logging.Logger logger, ConnectionFactoryConfiguration delegate)
           
protected  void ConnectionFactoryManager.shellActivated(ConnectionFactoryConfiguration cxfConfig, com.sas.services.connection.ConnectionFactory shell, com.sas.services.connection.LoggerFactory loggerFactory)
           
 

Constructors in com.sas.services.connection that throw ConnectionFactoryException
XMLConfigurationBuilder(java.io.File serverInfoFile)
          Construct a ConfigurationBuilder object with a server information XML file.
XMLConfigurationBuilder(java.io.File serverInfoFile, java.io.File userInfoFile)
          Construct a ConfigurationBuilder object with a server information XML file and a user information XML file.
 

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

Methods in com.sas.services.connection.jndi that throw ConnectionFactoryException
protected  com.sas.services.connection.ConnectionFactoryKernel JNDIConnectionFactoryConfiguration.doGetKernel(com.sas.services.connection.ConnectionFactoryRequest cxfReq)
           
 

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

Methods in com.sas.services.connection.omr that throw ConnectionFactoryException
protected  com.sas.services.connection.ConnectionFactoryKernel OMRConnectionFactoryConfiguration.doGetKernel(com.sas.services.connection.ConnectionFactoryRequest cxfReq)
           
 

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

Methods in com.sas.services.connection.platform that throw ConnectionFactoryException
static PlatformConnectionFactoryConfiguration PlatformConnectionFactoryConfiguration.createFactoryConfiguration(LogicalServerInterface logicalServer, SessionContextInterface sessionContext)
          Create a connection factory configuration using a logical server or one of its peers in a server context.
static PlatformConnectionFactoryConfiguration PlatformConnectionFactoryConfiguration.createWorkspaceServerFactoryConfiguration(ServerContextInterface serverContext, SessionContextInterface sessionContext)
          Create a SAS Workspace Server connection factory configuration by selecting the best logical server in a server context according to the requirements and preferences expressed in a session context.
protected  com.sas.services.connection.ConnectionFactoryKernel PlatformConnectionFactoryConfiguration.doGetKernel(com.sas.services.connection.ConnectionFactoryRequest cxfReq)
           
abstract  ConnectionInterface PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext)
          Get a connection to a server.
abstract  ConnectionInterface PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds)
          Get a connection to a server.
static PlatformConnectionFactoryInterface PlatformConnectionFactoryManager.getPlatformConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
 PlatformConnectionFactoryInterface PlatformConnectionFactoryManager.getPlatformFactory(ConnectionFactoryConfiguration cxfConfig)
          Creates a connection factory that matches a desired configuration.
protected  UserContextInterface PlatformConnectionFactoryConfiguration.getPrivUser()
           
protected  void PlatformConnectionFactoryManager.shellActivated(ConnectionFactoryConfiguration cxfConfig, com.sas.services.connection.ConnectionFactory shell, com.sas.services.connection.LoggerFactory loggerFactory)
           
 

Uses of ConnectionFactoryException in com.sas.services.storedprocess
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.