com.softwareag.connectivity
Event ConnectivityPlugins


Utilities for interacting with Connectivity Plug-ins.
Action Summary
 voidonApplicationInitialized()

Should be called by EPL applications after all EPL has been injected and initialized, to indicate that the application is ready to receive events from connectivity plug-ins.
 
Action Detail

onApplicationInitialized

void onApplicationInitialized()
Should be called by EPL applications after all EPL has been injected and initialized, to indicate that the application is ready to receive events from connectivity plug-ins.

This will also enable reception of JMS events if correlator-integrated JMS is enabled (i.e. it implicitly calls JMSPlugin.onApplicationInitialized)

Invoking this action more than once is an error and will throw an exception.