org.jasig.portal.utils
Class CounterStoreFactory

java.lang.Object
  extended by org.jasig.portal.utils.CounterStoreFactory

public class CounterStoreFactory
extends java.lang.Object

Produces an implementation of ICounterStore

Version:
$Revision: 1.4 $
Author:
Peter Kharchenko, Ken Weiner, kweiner@unicon.net

Field Summary
private static ICounterStore counterStoreImpl
           
 
Constructor Summary
CounterStoreFactory()
           
 
Method Summary
static ICounterStore getCounterStoreImpl()
          Returns an instance of the ICounterStore specified in portal.properties
private static void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counterStoreImpl

private static ICounterStore counterStoreImpl
Constructor Detail

CounterStoreFactory

public CounterStoreFactory()
Method Detail

getCounterStoreImpl

public static ICounterStore getCounterStoreImpl()
                                         throws PortalException
Returns an instance of the ICounterStore specified in portal.properties

Returns:
an ICounterStore implementation
Throws:
PortalException - if an error occurs

initialize

private static void initialize()
                        throws PortalException
Throws:
PortalException