Uses of Class
com.sas.services.connection.ConnectionFactoryManager
Packages that use ConnectionFactoryManager
Package
Description
Service for making and managing connections to IOM servers.
Provides a connection factory configuation for use with SAS Foundation Services.
Security Service login.
-
Uses of ConnectionFactoryManager in com.sas.services.connection
Fields in com.sas.services.connection declared as ConnectionFactoryManagerModifier and TypeFieldDescriptionstatic ConnectionFactoryManagerConnectionFactoryManager.defaultManagerThe default connection factory manager.Methods in com.sas.services.connection that return ConnectionFactoryManagerModifier and TypeMethodDescriptionprotected ConnectionFactoryManagerConnectionFactoryKernel.getManager()ConnectionFactoryRequest.getManager()Get the connection factory manager that received the request.Methods in com.sas.services.connection with parameters of type ConnectionFactoryManagerModifier and TypeMethodDescriptionprotected ConnectionFactoryKernelConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, ConnectionFactoryConfiguration cxfConfig, Logger logger) protected ConnectionFactoryKernelConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager, Logger logger) protected static ConnectionFactoryKernelConnectionFactoryConfiguration.getKernelFromDelegate(ConnectionFactoryManager manager, ConnectionFactoryConfiguration original, Logger logger, ConnectionFactoryConfiguration delegate) static ConnectionFactoryRequestConnectionFactoryRequest.wrap(ConnectionFactoryManager manager, ConnectionFactoryConfiguration originalConfiguration) -
Uses of ConnectionFactoryManager in com.sas.services.connection.platform
Subclasses of ConnectionFactoryManager in com.sas.services.connection.platformModifier and TypeClassDescriptionclassA factory of connection factories. -
Uses of ConnectionFactoryManager in com.sas.services.security.login
Fields in com.sas.services.security.login declared as ConnectionFactoryManagerModifier and TypeFieldDescriptionprotected ConnectionFactoryManagerSasLoginModule._cxfManagerConnection factory manager.Methods in com.sas.services.security.login that return ConnectionFactoryManagerModifier and TypeMethodDescriptionConnectionResourcesCallback.getConnectionFactoryManager()Get the connection factory manager.protected ConnectionFactoryManagerSasLoginModule.getConnectionFactoryManager()Methods in com.sas.services.security.login with parameters of type ConnectionFactoryManagerModifier and TypeMethodDescriptionvoidConnectionResourcesCallback.setConnectionFactoryManager(ConnectionFactoryManager cxfManager) Set the connection factory manager.