Skip navigation links

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

E28847-01


org.eclipse.persistence.sessions.coordination.jms
Class JMSPublishingHelper

java.lang.Object
  extended by org.eclipse.persistence.sessions.coordination.jms.JMSPublishingHelper


public class JMSPublishingHelper
extends java.lang.Object

This helper class allows access to abstract JMSPublishingTransportManager internals when processing JMS messages for RCM, and can be expanded upon to include other EclipseLink JMS functionality.

Author:
Chris Delahunt

Constructor Summary
JMSPublishingHelper()
           

 

Method Summary
static void processJMSMessage(javax.jms.Message message, org.eclipse.persistence.internal.sessions.AbstractSession session)
          PUBLIC: Processes the received RCM messaged from a JMS provider for cache coordination.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JMSPublishingHelper

public JMSPublishingHelper()

Method Detail

processJMSMessage

public static void processJMSMessage(javax.jms.Message message,
                                     org.eclipse.persistence.internal.sessions.AbstractSession session)
PUBLIC: Processes the received RCM messaged from a JMS provider for cache coordination. This will use the local connection from the configured TransportManager from the session's RemoteCommandManager.
Parameters:
message -
session -

Skip navigation links

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