com.apama.epl.plugin
Class Correlator

java.lang.Object
  extended by com.apama.epl.plugin.Correlator

public class Correlator
extends java.lang.Object

Static class to allow java plugins to interact with the correlator. This class must only be used from an EPL Java plugin. (Not from JMon)


Method Summary
static void enqueue(java.lang.String evt)
          Enqueues the supplied string to all public contexts.
static void enqueueTo(java.lang.String evt, Context c)
          Enqueues the supplied string to the specified context.
static void pluginMethodBlocking()
          Methods declared as non-blocking can opt to block by calling this method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

enqueue

public static void enqueue(java.lang.String evt)
Enqueues the supplied string to all public contexts.


enqueueTo

public static void enqueueTo(java.lang.String evt,
                             Context c)
Enqueues the supplied string to the specified context. The context ref can only be passed into the plugin or retrieved as the current context.

See Also:
Context, Context.getCurrent()

pluginMethodBlocking

public static void pluginMethodBlocking()
Methods declared as non-blocking can opt to block by calling this method.



Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG