Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.eis.adapters.mqseries
Class MQPlatform

java.lang.Object
  extended by oracle.toplink.internal.databaseaccess.DatasourcePlatform
      extended by oracle.toplink.eis.EISPlatform
          extended by oracle.toplink.eis.adapters.jms.JMSPlatform
              extended by oracle.toplink.eis.adapters.mqseries.MQPlatform
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, oracle.toplink.internal.databaseaccess.Platform

public class MQPlatform
extends JMSPlatform

This class is an extension of the generic JMSPlatform. It is for clarity and consistency. Using the generic JMS platform for MQSeries access is not intuitive, and for EIS access, both a connection specification and platform class should be provided.

Since:
OracleAS TopLink 10g (10.0.3)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.toplink.eis.adapters.jms.JMSPlatform
DESTINATION, DESTINATION_URL, MODE, RECEIVE, REPLY_TO_DESTINATION, REPLY_TO_DESTINATION_URL, SELECTOR, SEND, SEND_RECEIVE, TIMEOUT
 
Constructor Summary
MQPlatform()
          This default constructor simply calls the JMSPlatform constructor.
 
Method Summary
 
Methods inherited from class oracle.toplink.eis.adapters.jms.JMSPlatform
buildInteractionSpec, createDatabaseRowFromDOMRecord, createDOMRecord, setDOMInRecord
 
Methods inherited from class oracle.toplink.eis.EISPlatform
appendParameter, buildRows, createInputRecord, createOutputRecord, getRecordConverter, getValueFromRecord, isDOMRecordSupported, isIndexedRecordSupported, isMappedRecordSupported, requiresAutoCommit, setIsDOMRecordSupported, setIsIndexedRecordSupported, setIsMappedRecordSupported, setRecordConverter, setRequiresAutoCommit, setShouldConvertDataToStrings, setSupportsLocalTransactions, setValueInRecord, shouldConvertDataToStrings, supportsLocalTransactions
 
Methods inherited from class oracle.toplink.internal.databaseaccess.DatasourcePlatform
addSequence, clone, convertObject, copyInto, getConversionManager, getCustomModifyValueForCall, getDataTypesConvertedFrom, getDataTypesConvertedTo, getDefaultSequence, getOperator, getPlatformOperators, getSelectSequenceQuery, getSequence, getSequencePreallocationSize, getTableQualifier, getTimestampFromServer, getTimestampQuery, getUpdateSequenceQuery, hasDefaultSequence, isAccess, isAttunity, isCloudscape, isDB2, isDBase, isDerby, isHSQL, isInformix, isMySQL, isODBC, isOracle, isPointBase, isPostgreSQL, isSQLAnywhere, isSQLServer, isSybase, isTimesTen, isTimesTen7, removeAllSequences, removeSequence, setConversionManager, setDefaultSequence, setSelectSequenceNumberQuery, setSequencePreallocationSize, setTableQualifier, setTimestampQuery, setUpdateSequenceQuery, shouldUseCustomModifyForCall, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MQPlatform

public MQPlatform()
This default constructor simply calls the JMSPlatform constructor.


Copyright © 1998, 2012, Oracle. All Rights Reserved.