Package | Description |
---|---|
org.richfaces.application.push | |
org.richfaces.application.push.impl | |
org.richfaces.application.push.impl.jms |
Modifier and Type | Method and Description |
---|---|
protected abstract Topic |
TopicsContext.createTopic(TopicKey key)
Creates topic for given topic key
|
Topic |
TopicsContext.getOrCreateTopic(TopicKey key)
Creates topic for given key or returns existing one when it was already created.
|
Topic |
TopicEvent.getTopic() |
Topic |
TopicsContext.getTopic(TopicKey key)
Returns topic for given key or null if no such topic was created yet.
|
Constructor and Description |
---|
SessionPreSubscriptionEvent(Topic topic,
TopicKey topicKey,
Session session) |
SessionSubscriptionEvent(Topic topic,
TopicKey topicKey,
Session session) |
SessionTopicEvent(Topic topic,
TopicKey topicKey,
Session session) |
SessionUnsubscriptionEvent(Topic topic,
TopicKey topicKey,
Session session) |
TopicEvent(Topic topic) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopic
Topic encapsulates particular endpoint for sending/receiving messages.
|
class |
TopicImpl |
Modifier and Type | Method and Description |
---|---|
protected Topic |
TopicsContextImpl.createTopic(TopicKey key) |
Modifier and Type | Method and Description |
---|---|
protected Topic |
JMSTopicsContextImpl.createTopic(TopicKey key) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.