|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactoryConfiguration | |
---|---|
com.sas.services.connection | Service for making and managing connections to IOM servers. |
com.sas.services.connection.platform | Provides a connection factory configuation for use with SAS Foundation Services. |
Uses of ConnectionFactoryConfiguration in com.sas.services.connection |
---|
Methods in com.sas.services.connection with parameters of type ConnectionFactoryConfiguration | |
---|---|
protected void |
ConnectionFactoryManager.activateShell(com.sas.services.connection.ConnectionFactoryShell shell,
ConnectionFactoryConfiguration cxfConfig,
com.sas.services.connection.LoggerFactory loggerFactory)
|
protected com.sas.services.connection.ConnectionFactory |
ConnectionFactoryManager.createShell(ConnectionFactoryConfiguration cxfConfig)
|
static ConnectionFactoryInterface |
ConnectionFactoryManager.getConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
Creates a connection factory that matches a desired configuration. |
static java.lang.String |
ConnectionFactoryManager.getConnectionFactoryLoggerName(ConnectionFactoryConfiguration cxfConfig)
Deprecated. all connection factory and connection activity is logged on loggers named com.sas.services.connection and
com.sas.iom.orb , respectively. The logger with the name
returned by this method will not be used by the factory
created from the specified configuration. |
ConnectionFactoryInterface |
ConnectionFactoryManager.getFactory(ConnectionFactoryConfiguration cxfConfig)
Creates a connection factory that matches a desired configuration. |
java.lang.String |
ConnectionFactoryManager.getFactoryLoggerName(ConnectionFactoryConfiguration cxfConfig)
Deprecated. all connection factory and connection activity is logged on loggers named com.sas.services.connection and
com.sas.iom.orb , respectively. The logger with the name
returned by this method will not be used by the factory
created from the specified configuration. |
protected com.sas.services.connection.ConnectionFactoryKernel |
ConnectionFactoryConfiguration.getKernel(ConnectionFactoryManager manager,
ConnectionFactoryConfiguration cxfConfig,
java.util.logging.Logger logger)
|
protected static com.sas.services.connection.ConnectionFactoryKernel |
ConnectionFactoryConfiguration.getKernelFromDelegate(ConnectionFactoryManager manager,
ConnectionFactoryConfiguration original,
java.util.logging.Logger logger,
ConnectionFactoryConfiguration delegate)
|
protected com.sas.services.connection.LoggerFactory |
ConnectionFactoryManager.getLoggerFactory(ConnectionFactoryConfiguration cxfConfig,
com.sas.services.connection.ConnectionFactory shell)
|
protected void |
ConnectionFactoryManager.shellActivated(ConnectionFactoryConfiguration cxfConfig,
com.sas.services.connection.ConnectionFactory shell,
com.sas.services.connection.LoggerFactory loggerFactory)
|
Uses of ConnectionFactoryConfiguration in com.sas.services.connection.platform |
---|
Methods in com.sas.services.connection.platform with parameters of type ConnectionFactoryConfiguration | |
---|---|
protected com.sas.services.connection.ConnectionFactory |
PlatformConnectionFactoryManager.createShell(ConnectionFactoryConfiguration cxfConfig)
|
static PlatformConnectionFactoryInterface |
PlatformConnectionFactoryManager.getPlatformConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
Creates a connection factory that matches a desired configuration. |
static java.lang.String |
PlatformConnectionFactoryManager.getPlatformConnectionFactoryLoggerName(ConnectionFactoryConfiguration cxfConfig)
Deprecated. all connection factory and connection activity is logged on loggers named com.sas.services.connection and
com.sas.iom.orb , respectively. The logger with the name
returned by this method will not be used by the factory
created from the specified configuration. |
PlatformConnectionFactoryInterface |
PlatformConnectionFactoryManager.getPlatformFactory(ConnectionFactoryConfiguration cxfConfig)
Creates a connection factory that matches a desired configuration. |
protected void |
PlatformConnectionFactoryManager.shellActivated(ConnectionFactoryConfiguration cxfConfig,
com.sas.services.connection.ConnectionFactory shell,
com.sas.services.connection.LoggerFactory loggerFactory)
|
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |