Package | Description |
---|---|
org.overlord.rtgov.epn | |
org.overlord.rtgov.epn.embedded | |
org.overlord.rtgov.epn.jms |
Modifier and Type | Method and Description |
---|---|
protected abstract EPNContainer |
AbstractEPNManager.getContainer()
This method returns the Event Processor Network Container.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Network.close(EPNContainer container)
Deprecated.
Use the 'close' method without the container parameter
|
protected void |
Node.close(EPNContainer container)
Deprecated.
Use the alternative 'close' method without the container parameter
|
protected void |
Node.forward(EPNContainer container,
EventList results)
Deprecated.
Use the alternative 'forward' method that does not require the container to be provided
|
protected void |
Network.init(EPNContainer container)
This method initializes the network.
|
protected EventList |
Node.process(EPNContainer container,
String source,
EventList events,
int retriesLeft)
Deprecated.
The container should be associated with the node using the 'setContainer' method
|
protected void |
Node.setContainer(EPNContainer container)
This method sets the EPN container.
|
Modifier and Type | Class and Description |
---|---|
protected class |
EmbeddedEPNManager.EmbeddedEPNContainer
The embedded implementation of the EPNContainer.
|
Modifier and Type | Method and Description |
---|---|
protected EPNContainer |
EmbeddedEPNManager.getContainer()
This method returns the Event Processor Network Container.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JMSEPNManagerImpl.JMSEPNContainer
This class provides the JMS implementation of the EPN container.
|
Modifier and Type | Method and Description |
---|---|
protected EPNContainer |
JMSEPNManagerImpl.getContainer()
This method returns the Event Processor Network Container.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.