Package | Description |
---|---|
org.overlord.rtgov.epn | |
org.overlord.rtgov.epn.embedded | |
org.overlord.rtgov.epn.jms |
Modifier and Type | Method and Description |
---|---|
Channel |
EPNContainer.getChannel(Network network,
String source,
String dest)
This method returns the channel associated with the supplied
destination.
|
Channel |
EPNContainer.getChannel(String subject)
This method returns the channel associated with the supplied
subject.
|
Channel |
EPNContainer.getNotificationChannel(Network network,
String subject)
This method returns the notification channel associated with
the supplied network and source.
|
Modifier and Type | Method and Description |
---|---|
protected List<Channel> |
Node.getChannels()
This method returns the list of channels associated with this
node.
|
Modifier and Type | Method and Description |
---|---|
void |
EPNContainer.send(EventList events,
List<Channel> channels)
This method sends the supplied events to the supplied list
of channels.
|
Modifier and Type | Class and Description |
---|---|
protected class |
EmbeddedEPNManager.EmbeddedChannel
This is the embedded implementation of the Channel interface.
|
Modifier and Type | Method and Description |
---|---|
Channel |
EmbeddedEPNManager.EmbeddedEPNContainer.getChannel(Network network,
String source,
String dest)
This method returns the channel associated with the supplied
destination.
|
Channel |
EmbeddedEPNManager.EmbeddedEPNContainer.getChannel(String subject)
This method returns the channel associated with the supplied
subject.
|
Channel |
EmbeddedEPNManager.EmbeddedEPNContainer.getNotificationChannel(Network network,
String subject)
This method returns the notification channel associated with
the supplied network and source.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedEPNManager.EmbeddedEPNContainer.send(EventList events,
List<Channel> channels)
This method sends the supplied events to the supplied list
of channels.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSChannel
This class represents a JMS implementation of the event destination
for sending a list of events.
|
Modifier and Type | Method and Description |
---|---|
Channel |
JMSEPNManagerImpl.JMSEPNContainer.getChannel(Network network,
String source,
String dest)
This method returns the channel associated with the supplied
destination.
|
Channel |
JMSEPNManagerImpl.JMSEPNContainer.getChannel(String subject)
This method returns the channel associated with the supplied
subject.
|
Channel |
JMSEPNManagerImpl.JMSEPNContainer.getNotificationChannel(Network network,
String subject)
This method returns the notification channel associated with
the supplied network and source.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSEPNManagerImpl.JMSEPNContainer.send(EventList events,
List<Channel> channels)
This method sends the supplied events to the supplied list
of channels.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.