Class CciJMSConnectionMetaData
java.lang.Object
org.eclipse.persistence.internal.eis.adapters.jms.CciJMSConnectionMetaData
- All Implemented Interfaces:
ConnectionMetaData
Defines the meta-data for the Oracle JMS JCA connection
- Since:
- OracleAS TopLink 10g (10.0.3)
-
Field Summary
-
Constructor Summary
ConstructorDescriptionThis constructor sets the cci connection. -
Method Summary
Modifier and TypeMethodDescriptionReturn the product nameReturn the provider versionUsername meta-data is not supported
-
Field Details
-
connection
-
-
Constructor Details
-
CciJMSConnectionMetaData
This constructor sets the cci connection.- Parameters:
conn
- - the cci connection
-
-
Method Details
-
getEISProductName
Return the product name- Specified by:
getEISProductName
in interfaceConnectionMetaData
- Returns:
- the JMS provider name
- Throws:
EISException
-
getEISProductVersion
Return the provider version- Specified by:
getEISProductVersion
in interfaceConnectionMetaData
- Returns:
- the JMS provider version
- Throws:
EISException
-
getUserName
Username meta-data is not supported- Specified by:
getUserName
in interfaceConnectionMetaData
-