|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.wcm.notification.inbox.impl.InboxChannel
public class InboxChannel
The InboxChannel stores the events in the inbox of
the user or group.
| Constructor Summary | |
|---|---|
InboxChannel(String name,
String type,
org.apache.sling.api.resource.ValueMap config,
InboxManager inboxManager)
TODO Implement max queue size. |
|
| Method Summary | |
|---|---|
String |
getName()
The unique name of the channel. |
String |
getType()
The type of the channel. |
void |
publish(ChannelContext context,
Subscription subscription,
org.osgi.service.event.Event event)
Publish the event through this channel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InboxChannel(String name,
String type,
org.apache.sling.api.resource.ValueMap config,
InboxManager inboxManager)
| Method Detail |
|---|
public void publish(ChannelContext context,
Subscription subscription,
org.osgi.service.event.Event event)
throws Exception
Channel
publish in interface Channelcontext - The channel context.subscription - The subscription that triggered this publishevent - The event that occured.
ExceptionChannel.publish(com.day.cq.wcm.notification.ChannelContext, com.day.cq.wcm.notification.Subscription, org.osgi.service.event.Event)public String getName()
Channel
getName in interface ChannelChannel.getName()public String getType()
Channel
getType in interface ChannelChannel.getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||