| |
|
| java.lang.Object org.objectweb.jonas.jaxr.scout.ManagedConnectionFactoryImpl
ManagedConnectionFactoryImpl | public class ManagedConnectionFactoryImpl implements ManagedConnectionFactory(Code) | | author: Guillaume Sauthier |
createConnectionFactory | public Object createConnectionFactory(ConnectionManager manager) throws ResourceException(Code) | | See Also: javax.resource.spi.ManagedConnectionFactory.createConnectionFactory(javax.resource.spi.ConnectionManager) |
createConnectionFactory | public Object createConnectionFactory() throws ResourceException(Code) | | See Also: javax.resource.spi.ManagedConnectionFactory.createConnectionFactory |
createManagedConnection | public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo cri) throws ResourceException(Code) | | Not used.
See Also: javax.resource.spi.ManagedConnectionFactory.createManagedConnection(javax.security.auth.Subjectjavax.resource.spi.ConnectionRequestInfo) |
getAuthenticationMethod | public String getAuthenticationMethod()(Code) | | Returns the authenticationMethod. |
getLifeCycleManagerURL | public String getLifeCycleManagerURL()(Code) | | Returns the lifeCycleManagerURL. |
getLogWriter | public PrintWriter getLogWriter() throws ResourceException(Code) | | See Also: javax.resource.spi.ManagedConnectionFactory.getLogWriter |
getPostalAddressScheme | public String getPostalAddressScheme()(Code) | | Returns the postalAddressScheme. |
getQueryManagerURL | public String getQueryManagerURL()(Code) | | Returns the queryManagerURL. |
getSemanticEquivalences | public String getSemanticEquivalences()(Code) | | Returns the semanticEquivalences. |
matchManagedConnections | public ManagedConnection matchManagedConnections(Set set, Subject subject, ConnectionRequestInfo cri) throws ResourceException(Code) | | Not used.
See Also: javax.resource.spi.ManagedConnectionFactory.matchManagedConnections(java.util.Setjavax.security.auth.Subjectjavax.resource.spi.ConnectionRequestInfo) |
setAuthenticationMethod | public void setAuthenticationMethod(String authenticationMethod)(Code) | | Parameters: authenticationMethod - The authenticationMethod to set. |
setLifeCycleManagerURL | public void setLifeCycleManagerURL(String lifeCycleManagerURL)(Code) | | Parameters: lifeCycleManagerURL - The lifeCycleManagerURL to set. |
setLogWriter | public void setLogWriter(PrintWriter pw) throws ResourceException(Code) | | See Also: javax.resource.spi.ManagedConnectionFactory.setLogWriter(java.io.PrintWriter) |
setMaxRows | public void setMaxRows(Integer maxRows)(Code) | | Parameters: maxRows - The maxRows to set. |
setPostalAddressScheme | public void setPostalAddressScheme(String postalAddressScheme)(Code) | | Parameters: postalAddressScheme - The postalAddressScheme to set. |
setQueryManagerURL | public void setQueryManagerURL(String queryManagerURL)(Code) | | Parameters: queryManagerURL - The queryManagerURL to set. |
setSemanticEquivalences | public void setSemanticEquivalences(String semanticEquivalences)(Code) | | Parameters: semanticEquivalences - The semanticEquivalences to set. |
|
|
|