|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IPushChannel in org.wicketstuff.push |
|---|
| Classes in org.wicketstuff.push that implement IPushChannel | |
|---|---|
class |
PushChannel<EventType>
|
| Fields in org.wicketstuff.push with type parameters of type IPushChannel | |
|---|---|
protected ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>> |
AbstractPushService.nodesByChannels
|
| Methods in org.wicketstuff.push that return IPushChannel | ||
|---|---|---|
|
AbstractPushService.createChannel(String label)
Creates a new push channel with the given label. |
|
|
IPushService.createChannel(String label)
Creates a new push channel with the given label. |
|
IPushChannel<EventType> |
IPushEventContext.getChannel()
|
|
IPushChannel<EventType> |
AbstractPushEventContext.getChannel()
|
|
| Methods in org.wicketstuff.push with parameters of type IPushChannel | ||
|---|---|---|
|
AbstractPushService.connectToChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
Connects the given push node to the given push channel |
|
|
IPushService.connectToChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
Connects the given push node to the given push channel |
|
|
AbstractPushService.disconnectFromChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
|
|
|
IPushService.disconnectFromChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
|
|
|
IPushService.publish(IPushChannel<EventType> channel,
EventType event)
|
|
|
AbstractPushService.removeChannel(IPushChannel<EventType> channel)
|
|
|
IPushService.removeChannel(IPushChannel<EventType> channel)
|
|
| Constructors in org.wicketstuff.push with parameters of type IPushChannel | |
|---|---|
AbstractPushEventContext(EventType event,
IPushChannel<EventType> channel)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||