|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.alt.connectors.minerva.BaseCMFactory | +--org.openejb.alt.connectors.minerva.SharedLocalCMFactory
ConnectionManagerFactory implementation for the Minerva Shared/Local Connection Manager. This provides shared access, and handles local transactions only. This factory will always return the same ConnectionManager instance, but it configures it for the factories you pass to createConnectionManager, so you still have to call that once for every ManagedConnectionFactory.
Constructor Summary | |
SharedLocalCMFactory()
|
Method Summary | |
protected org.opentools.minerva.connector.BaseConnectionManager |
createConnectionManager()
Creates a Minerva ConnectionManager of the appropriate type for this factory. |
Methods inherited from class org.openejb.alt.connectors.minerva.BaseCMFactory |
createConnectionManager, setLogWriter, setProperties |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public SharedLocalCMFactory()
Method Detail |
protected org.opentools.minerva.connector.BaseConnectionManager createConnectionManager()
BaseCMFactory
createConnectionManager
in class BaseCMFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |