FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
com.apama.correlator.jms.JMSConnection | getConnection(string connectionId)
Get a JMSConnection event object representing a connection defined in the XML configuration file. |
com.apama.correlator.jms.JMSReceiver | getReceiver(string receiverId)
Get a JMSReceiver event object representing a receiver that already exists, which might have been added dynamically, or defined statically in the XML configuration file. |
com.apama.correlator.jms.JMSSender | getSender(string senderId)
Get a JMSSender event object representing a sender that already exists, which might have been added dynamically, or defined statically in the XML configuration file. |
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 the JMS runtime, such as received JMS messages and status notification events. |
Action Detail |
---|
com.apama.correlator.jms.JMSConnection getConnection(string connectionId)Get a JMSConnection event object representing a connection defined in the XML configuration file.
com.apama.correlator.jms.JMSReceiver getReceiver(string receiverId)Get a JMSReceiver event object representing a receiver that already exists, which might have been added dynamically, or defined statically in the XML configuration file.
com.apama.correlator.jms.JMSSender getSender(string senderId)Get a JMSSender event object representing a sender that already exists, which might have been added dynamically, or defined statically in the XML configuration file.
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 the JMS runtime, such as received JMS messages and status notification events.
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |