org.jasig.portal
Class ChannelRegistryStoreFactory

java.lang.Object
  extended by org.jasig.portal.ChannelRegistryStoreFactory

public class ChannelRegistryStoreFactory
extends java.lang.Object

Produces an implementation of IChannelRegistryStore

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

Field Summary
private static IChannelRegistryStore channelRegistryStoreImpl
           
private static org.apache.commons.logging.Log log
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log

channelRegistryStoreImpl

private static IChannelRegistryStore channelRegistryStoreImpl
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