| |
|
| java.lang.Object ersatz.resourceadapter.ConnectionFactoryImpl
ConnectionFactoryImpl | public class ConnectionFactoryImpl implements ConnectionFactory,Referenceable,Serializable(Code) | | author: Bob Kruse author: used to test the J2EE Connector as implemented by JOnAS. |
managed | protected boolean managed(Code) | | |
ConnectionFactoryImpl | public ConnectionFactoryImpl()(Code) | | |
getCM | public ConnectionManager getCM()(Code) | | |
getConnection | public Connection getConnection() throws ResourceException(Code) | | |
getConnection | public Connection getConnection(ConnectionSpec connectionspec) throws ResourceException(Code) | | |
getMetaData | public ResourceAdapterMetaData getMetaData() throws ResourceException(Code) | | |
getRecordFactory | public RecordFactory getRecordFactory() throws ResourceException(Code) | | |
setReference | public void setReference(javax.naming.Reference ref)(Code) | | Required by the referencable attribute
Parameters: ref - Reference object |
|
|
|