All Implemented Interfaces:
Serializable, Cloneable, CorePlatform<ConversionManager>, Platform

public class AQPlatform extends EISPlatform
Platform for Oracle AQ JCA adapter. This allows for Oracle AQ to be treated as a data source and accessed through EclipseLink.
Since:
OracleAS TopLink 10g (10.0.3)
See Also:
  • Field Details

    • QUEUE

      public static String QUEUE
      AQ interaction spec properties.
    • SCHEMA

      public static String SCHEMA
    • QUEUE_OPERATION

      public static String QUEUE_OPERATION
    • ENQUEUE

      public static String ENQUEUE
    • DEQUEUE

      public static String DEQUEUE
    • ENQUEUE_OPTIONS

      public static String ENQUEUE_OPTIONS
    • DEQUEUE_OPTIONS

      public static String DEQUEUE_OPTIONS
  • Constructor Details

    • AQPlatform

      public AQPlatform()
      Default constructor.
  • Method Details