com.day.cq.wcm.notification.inbox.impl
Class InboxChannelFactory
java.lang.Object
com.day.cq.wcm.notification.inbox.impl.InboxChannelFactory
- All Implemented Interfaces:
- ChannelFactory
public class InboxChannelFactory
- extends Object
- implements ChannelFactory
A factory for the inbox channel.
|
Method Summary |
Channel |
createChannel(String name,
org.apache.sling.api.resource.ValueMap config)
Create a new channel with the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INBOX_TYPE
protected static final String INBOX_TYPE
- See Also:
- Constant Field Values
InboxChannelFactory
public InboxChannelFactory()
createChannel
public Channel createChannel(String name,
org.apache.sling.api.resource.ValueMap config)
- Description copied from interface:
ChannelFactory
- Create a new channel with the given name.
- Specified by:
createChannel in interface ChannelFactory
- Parameters:
name - The unique channel name.
- Returns:
- A new channel.
- See Also:
ChannelFactory.createChannel(java.lang.String, org.apache.sling.api.resource.ValueMap)
Copyright © 2008 Day Management AG. All Rights Reserved.