Interface | Description |
---|---|
Channel |
This interface provides the channel through which a
set of events will be sent to another destination.
|
EPNContainer |
This interface represents the container in which the network will be
initialized and processed.
|
EPNManager |
This interfaces represents the Event Process Network
Manager.
|
NetworkListener |
This interface represents a listener that is informed of
situations regarding networks.
|
NetworkMBean |
This interface exposes the attributes and operations to be
managed for a Network.
|
NotificationListener |
This interface represents a listener interested in notifications
from an Event Processor Network notification subject.
|
Class | Description |
---|---|
AbstractEPNLoader |
This class provides an abstract base class for EPN loaders.
|
AbstractEPNManager |
This class represents the abstract Event Process Network Manager
used as the base for any concrete implementation.
|
ContextualNotificationListener |
This class represents an abstract listener interested in information
about an Event Processor Network notification subject.
|
EPNManagerAccessor |
This class provides access to the EPN Manager once an appropriate
implementation has been independently instantiated.
|
EventList |
This class represents a list of events that can be serialized.
|
Network |
This class represents an Event Processor Network.
|
Node |
This class represents a node in the Event Processor Network.
|
Notification |
This class represents a notification used to define a subject and type.
|
Subscription |
This class represents a subscription used to define a route for events
from a subject to a node.
|
Enum | Description |
---|---|
NotificationType |
This enumeration represents the types of node notification that may
occur.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.