|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.connection.platform.PlatformConnectionFactoryManager
@SASScope(value="ALL") @BinaryCompatibilityOnly public class PlatformConnectionFactoryManager
A factory of connection factories. This class creates
connection factories that match
a desired configuration.
Connection factories created using this connection factory manager will use the
Logging Service to log messages about their activity.
| Field Summary | |
|---|---|
static PlatformConnectionFactoryManager |
defaultManager
The default platform connection factory manager. |
| Constructor Summary | |
|---|---|
PlatformConnectionFactoryManager()
Construct a new platform connection factory manager. |
|
| Method Summary | |
|---|---|
static PlatformConnectionFactoryInterface |
getPlatformConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
Creates a connection factory that matches a desired configuration. |
static java.lang.String |
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 |
getPlatformFactory(ConnectionFactoryConfiguration cxfConfig)
Creates a connection factory that matches a desired configuration. |
| Methods inherited from class com.sas.services.connection.ConnectionFactoryManager |
|---|
activateShell, getConnectionFactory, getConnectionFactoryLoggerName, getFactory, getFactoryLoggerName, removeKernel |
| Field Detail |
|---|
public static PlatformConnectionFactoryManager defaultManager
| Constructor Detail |
|---|
public PlatformConnectionFactoryManager()
| Method Detail |
|---|
public PlatformConnectionFactoryInterface getPlatformFactory(ConnectionFactoryConfiguration cxfConfig)
throws ConnectionFactoryException
cxfConfig - the desired configuration
ConnectionFactoryException - if the configuration is invalidpublic static java.lang.String getPlatformConnectionFactoryLoggerName(ConnectionFactoryConfiguration cxfConfig)
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.
cxfConfig - the desired configuration. Cannot be null.
public static PlatformConnectionFactoryInterface getPlatformConnectionFactory(ConnectionFactoryConfiguration cxfConfig)
throws ConnectionFactoryException
cxfConfig - the desired configuration
ConnectionFactoryException - if the configuration is invalid
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||