com.day.cq.wcm.notification.inbox.impl
Class InboxChannelFactory

java.lang.Object
  extended by 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.


Field Summary
protected static String INBOX_TYPE
           
 
Constructor Summary
InboxChannelFactory()
           
 
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
 

Field Detail

INBOX_TYPE

protected static final String INBOX_TYPE
See Also:
Constant Field Values
Constructor Detail

InboxChannelFactory

public InboxChannelFactory()
Method Detail

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.