uPortal 2.4.1
API Documentation

org.jasig.portal
Class ChannelRegistryStoreFactory

java.lang.Object
  extended byorg.jasig.portal.ChannelRegistryStoreFactory

public class ChannelRegistryStoreFactory
extends java.lang.Object

Produces an implementation of IChannelRegistryStore

Version:
$Revision: 1.7 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
ChannelRegistryStoreFactory()
           
 
Method Summary
static IChannelRegistryStore getChannelRegistryStoreImpl()
          Returns an instance of the IChannelRegistryStore specified in portal.properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelRegistryStoreFactory

public ChannelRegistryStoreFactory()
Method Detail

getChannelRegistryStoreImpl

public static IChannelRegistryStore getChannelRegistryStoreImpl()
Returns an instance of the IChannelRegistryStore specified in portal.properties

Returns:
an IChannelRegistryStore implementation

uPortal 2.4.1
API Documentation