| Package | Description |
|---|---|
| org.wicketstuff.push | |
| org.wicketstuff.push.cometd | |
| org.wicketstuff.push.timer |
| Modifier and Type | Class and Description |
|---|---|
class |
PushChannel<EventType> |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>> |
AbstractPushService.nodesByChannels |
| Modifier and Type | Method and Description |
|---|---|
<EventType> |
IPushService.createChannel(String label)
Creates a new push channel with the given
label. |
<EventType> |
AbstractPushService.createChannel(String label)
Creates a new push channel with the given
label. |
IPushChannel<EventType> |
IPushEventContext.getChannel() |
IPushChannel<EventType> |
AbstractPushEventContext.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
<EventType> |
IPushService.connectToChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
Connects the given push node to the given push channel
|
<EventType> |
AbstractPushService.connectToChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel)
Connects the given push node to the given push channel
|
<EventType> |
IPushService.disconnectFromChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel) |
<EventType> |
AbstractPushService.disconnectFromChannel(IPushNode<EventType> node,
IPushChannel<EventType> channel) |
<EventType> |
IPushService.publish(IPushChannel<EventType> channel,
EventType event) |
<EventType> |
IPushService.removeChannel(IPushChannel<EventType> channel) |
<EventType> |
AbstractPushService.removeChannel(IPushChannel<EventType> channel) |
| Constructor and Description |
|---|
AbstractPushEventContext(EventType event,
IPushChannel<EventType> channel) |
| Modifier and Type | Method and Description |
|---|---|
<EventType> |
CometdPushService.publish(IPushChannel<EventType> channel,
EventType event) |
| Modifier and Type | Method and Description |
|---|---|
<EventType> |
TimerPushService.publish(IPushChannel<EventType> channel,
EventType event) |
Copyright © 2015. All rights reserved.