| |
|
| java.lang.Object fictional.resourceadapter.CommonClient
CommonClient | public class CommonClient implements ConnectionFactory,ConnectionSpec,ResourceAdapterMetaData,Referenceable,Serializable(Code) | | author: Bob Kruse author: used to test the J2EE Connector as implemented by JOnAS. |
managed | protected boolean managed(Code) | | |
CommonClient | public CommonClient()(Code) | | |
CommonClient | public CommonClient(ManagedConnectionFactory mcf, ConnectionManager cm)(Code) | | |
getAdapterShortDescription | public String getAdapterShortDescription()(Code) | | |
getAdapterVendorName | public String getAdapterVendorName()(Code) | | |
getConnection | public Connection getConnection() throws ResourceException(Code) | | |
getConnection | public Connection getConnection(ConnectionSpec connectionspec) throws ResourceException(Code) | | |
getInteractionSpecsSupported | public String[] getInteractionSpecsSupported()(Code) | | |
getMcf | public ManagedConnectionFactory getMcf()(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 |
supportsExecuteWithInputAndOutputRecord | public boolean supportsExecuteWithInputAndOutputRecord()(Code) | | |
supportsExecuteWithInputRecordOnly | public boolean supportsExecuteWithInputRecordOnly()(Code) | | |
supportsLocalTransactionDemarcation | public boolean supportsLocalTransactionDemarcation()(Code) | | |
|
|
|