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
Constructors -
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 versionbooleanIndicates if an execute can be performed with both an input record and an output recordbooleanIndicates if an execute can be performed with only an input recordbooleanIndicates if local transaction demarcation is supported
-
Constructor Details
-
CciJMSAdapterMetaData
public CciJMSAdapterMetaData()The default constructor.
-
-
Method Details
-
getAdapterName
Return the adapter name- Specified by:
getAdapterNamein interfaceResourceAdapterMetaData- Returns:
- the name of the adapter
-
getAdapterShortDescription
Return the adapter name- Specified by:
getAdapterShortDescriptionin interfaceResourceAdapterMetaData- Returns:
- the name of the adapter
-
getAdapterVendorName
Return the vendor name- Specified by:
getAdapterVendorNamein interfaceResourceAdapterMetaData- Returns:
- the name of the adapter vendor
-
getAdapterVersion
Return the adapter version- Specified by:
getAdapterVersionin interfaceResourceAdapterMetaData- Returns:
- the version of the adapter
-
getInteractionSpecsSupported
Return the interaction specifciations supported by the adapter- Specified by:
getInteractionSpecsSupportedin interfaceResourceAdapterMetaData- Returns:
- supported interaction specifications
-
getSpecVersion
Return the adapter spec version- Specified by:
getSpecVersionin 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:
supportsExecuteWithInputAndOutputRecordin 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:
supportsExecuteWithInputRecordOnlyin 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:
supportsLocalTransactionDemarcationin interfaceResourceAdapterMetaData- Returns:
- true if local transaction demarcation is supported, false otherwise
-