Package | Description |
---|---|
org.overlord.rtgov.epn | |
org.overlord.rtgov.epn.embedded | |
org.overlord.rtgov.epn.jms | |
org.overlord.rtgov.epn.validation |
Modifier and Type | Method and Description |
---|---|
Node |
Network.getNode(String name)
This method returns the node associated with the
supplied name.
|
protected Node |
AbstractEPNManager.getNode(String networkName,
String version,
String nodeName)
This method returns the node associated with the
supplied network and node name.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
Network.getNodes()
This method returns the event processor nodes.
|
List<Node> |
Network.getNodesForSubject(String subject)
This method returns the list of nodes associated with the specified
subject.
|
Modifier and Type | Method and Description |
---|---|
protected EventList |
AbstractEPNManager.process(Network network,
Node node,
String source,
EventList events,
int retriesLeft)
This method dispatches a set of events directly to the supplied
node.
|
Modifier and Type | Method and Description |
---|---|
void |
Network.setNodes(List<Node> nodes)
This method sets the event processor nodes.
|
Constructor and Description |
---|
EmbeddedChannel(Network network,
Node node,
String source)
The constructor for publishing events between nodes in a network.
|
EPNTask(Network network,
Node node,
String source,
EventList events,
int retriesLeft,
EmbeddedEPNManager.EmbeddedChannel channel)
This is the constructor for the task.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JMSEPNManagerImpl.dispatch(Network network,
Node node,
String source,
EventList events,
int retriesLeft)
This method dispatches a set of events directly to the supplied
network and node.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
EPNValidator.validateNotifications(Network epn,
Node node,
EPNValidationListener l)
This method validates the notifications associated with the supplied network
and node.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.