Class CciJMSAdapterMetaData
java.lang.Object
org.eclipse.persistence.internal.eis.adapters.jms.CciJMSAdapterMetaData
- All Implemented Interfaces:
ResourceAdapterMetaData
INTERNAL:
Defines the meta-data for the Oracle JMS adapter
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the adapter nameReturn the adapter nameReturn the vendor nameReturn the adapter versionString[]
Return the interaction specifciations supported by the adapterReturn the adapter spec versionboolean
Indicates if an execute can be performed with both an input record and an output recordboolean
Indicates if an execute can be performed with only an input recordboolean
Indicates if local transaction demarcation is supported
-
Constructor Details
-
CciJMSAdapterMetaData
public CciJMSAdapterMetaData()The default constructor.
-
-
Method Details
-
getAdapterName
Return the adapter name- Specified by:
getAdapterName
in interfaceResourceAdapterMetaData
- Returns:
- the name of the adapter
-
getAdapterShortDescription
Return the adapter name- Specified by:
getAdapterShortDescription
in interfaceResourceAdapterMetaData
- Returns:
- the name of the adapter
-
getAdapterVendorName
Return the vendor name- Specified by:
getAdapterVendorName
in interfaceResourceAdapterMetaData
- Returns:
- the name of the adapter vendor
-
getAdapterVersion
Return the adapter version- Specified by:
getAdapterVersion
in interfaceResourceAdapterMetaData
- Returns:
- the version of the adapter
-
getInteractionSpecsSupported
Return the interaction specifciations supported by the adapter- Specified by:
getInteractionSpecsSupported
in interfaceResourceAdapterMetaData
- Returns:
- supported interaction specifications
-
getSpecVersion
Return the adapter spec version- Specified by:
getSpecVersion
in interfaceResourceAdapterMetaData
- Returns:
- the spec version of the adapter
-
supportsExecuteWithInputAndOutputRecord
public boolean supportsExecuteWithInputAndOutputRecord()Indicates if an execute can be performed with both an input record and an output record- Specified by:
supportsExecuteWithInputAndOutputRecord
in interfaceResourceAdapterMetaData
- Returns:
- true if an execute can be performed with both an input and output record, false otherwise
-
supportsExecuteWithInputRecordOnly
public boolean supportsExecuteWithInputRecordOnly()Indicates if an execute can be performed with only an input record- Specified by:
supportsExecuteWithInputRecordOnly
in interfaceResourceAdapterMetaData
- Returns:
- true if an execute can be performed with only an input record, false otherwise
-
supportsLocalTransactionDemarcation
public boolean supportsLocalTransactionDemarcation()Indicates if local transaction demarcation is supported- Specified by:
supportsLocalTransactionDemarcation
in interfaceResourceAdapterMetaData
- Returns:
- true if local transaction demarcation is supported, false otherwise
-