org.eclipse.persistence.eis.adapters.jms
public class JMSPlatform extends EISPlatform
Modifier and Type | Field and Description |
---|---|
static String |
DESTINATION |
static String |
DESTINATION_URL |
static String |
MODE |
static String |
RECEIVE |
static String |
REPLY_TO_DESTINATION |
static String |
REPLY_TO_DESTINATION_URL |
static String |
SELECTOR |
static String |
SEND |
static String |
SEND_RECEIVE |
static String |
TIMEOUT |
Constructor and Description |
---|
JMSPlatform()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
javax.resource.cci.InteractionSpec |
buildInteractionSpec(EISInteraction interaction)
Allow the platform to build the interaction spec based on properties defined in the interaction.
|
org.eclipse.persistence.internal.sessions.AbstractRecord |
createDatabaseRowFromDOMRecord(javax.resource.cci.Record record,
EISInteraction call,
EISAccessor accessor)
Allow the platform to handle the creation of the Record for the DOM record.
|
javax.resource.cci.Record |
createDOMRecord(String recordName,
EISAccessor accessor)
Allow the platform to handle the creation of the DOM record.
|
void |
setDOMInRecord(Element dom,
javax.resource.cci.Record record,
EISInteraction call,
EISAccessor accessor)
Stores the XML DOM value into the record.
|
appendParameter, buildRow, buildRows, createInputRecord, createOutputRecord, getConversionManager, getRecordConverter, getValueFromRecord, isDOMRecordSupported, isIndexedRecordSupported, isMappedRecordSupported, requiresAutoCommit, setIsDOMRecordSupported, setIsIndexedRecordSupported, setIsMappedRecordSupported, setRecordConverter, setRequiresAutoCommit, setShouldConvertDataToStrings, setSupportsLocalTransactions, setValueInRecord, shouldConvertDataToStrings, supportsLocalTransactions
addSequence, clone, convertObject, copyInto, createConnectionCustomizer, getCustomModifyValueForCall, getDataTypesConvertedFrom, getDataTypesConvertedTo, getDefaultSequence, getDefaultSequenceToWrite, getEndDelimiter, getIdentifierQuoteCharacter, getOperator, getPlatformOperators, getSelectSequenceQuery, getSequence, getSequencePreallocationSize, getSequences, getSequencesToWrite, getStartDelimiter, getTableQualifier, getTimestampFromServer, getTimestampQuery, getUpdateSequenceQuery, hasDefaultSequence, initialize, isAccess, isAttunity, isCloudscape, isDB2, isDBase, isDerby, isFirebird, isH2, isHSQL, isInformix, isMySQL, isODBC, isOracle, isOracle9, isPointBase, isPostgreSQL, isSQLAnywhere, isSQLServer, isSybase, isSymfoware, isTimesTen, isTimesTen7, removeAllSequences, removeSequence, setConversionManager, setDefaultSequence, setEndDelimiter, setSelectSequenceNumberQuery, setSequencePreallocationSize, setSequences, setStartDelimiter, setTableQualifier, setTimestampQuery, setUpdateSequenceQuery, shouldUseCustomModifyForCall, toString, usesPlatformDefaultSequence
public static String MODE
public static String SEND
public static String RECEIVE
public static String SEND_RECEIVE
public static String SELECTOR
public static String TIMEOUT
public static String DESTINATION
public static String DESTINATION_URL
public static String REPLY_TO_DESTINATION
public static String REPLY_TO_DESTINATION_URL
public javax.resource.cci.InteractionSpec buildInteractionSpec(EISInteraction interaction)
buildInteractionSpec
in class EISPlatform
public javax.resource.cci.Record createDOMRecord(String recordName, EISAccessor accessor)
createDOMRecord
in class EISPlatform
public void setDOMInRecord(Element dom, javax.resource.cci.Record record, EISInteraction call, EISAccessor accessor)
setDOMInRecord
in class EISPlatform
public org.eclipse.persistence.internal.sessions.AbstractRecord createDatabaseRowFromDOMRecord(javax.resource.cci.Record record, EISInteraction call, EISAccessor accessor)
createDatabaseRowFromDOMRecord
in class EISPlatform