|
Openfire 3.3.0 Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
See:
Description
Interface Summary | |
---|---|
PubSubService | A PubSubService is responsible for keeping the hosted nodes by the service, the default configuration to use for newly created nodes and specify the policy to use regarding node management. |
Class Summary | |
---|---|
CollectionNode | A type of node that contains nodes and/or other collections but no published items. |
DefaultNodeConfiguration | A DefaultNodeConfiguration keeps the default configuration values for leaf or collection nodes of a particular publish-subscribe service. |
LeafNode | A type of node that contains published items only. |
Node | A virtual location to which information can be published and from which event notifications and/or payloads can be received (in other pubsub systems, this may be labelled a "topic"). |
NodeAffiliate | A NodeAffiliate keeps information about the affiliation of an entity with a node. |
NodeSubscription | A subscription to a node. |
PublishedItem | A published item to a node. |
PubSubEngine | A PubSubEngine is responsible for handling packets sent to the pub-sub service. |
PubSubModule | Module that implements JEP-60: Publish-Subscribe. |
PubSubPersistenceManager | A manager responsible for ensuring node persistence. |
Enum Summary | |
---|---|
CollectionNode.LeafNodeAssociationPolicy | Policy that defines who may associate leaf nodes with a collection. |
Node.ItemReplyPolicy | Policy that defines whether owners or publisher should receive replies to items. |
NodeAffiliate.Affiliation | Affiliation with a node defines user permissions. |
NodeSubscription.State | Subscriptions to a node may exist in several states. |
NodeSubscription.Type |
Exception Summary | |
---|---|
NotAcceptableException | Exception used for representing that the specified node configuration is not acceptable. |
Implementation of Publish-Subscribe (JEP-0060).
|
Openfire 3.3.0 Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |