uPortal 2.4.1
API Documentation

org.jasig.portal.utils
Class CounterStoreFactory

java.lang.Object
  extended byorg.jasig.portal.utils.CounterStoreFactory

public class CounterStoreFactory
extends java.lang.Object

Produces an implementation of ICounterStore

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

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

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

uPortal 2.4.1
API Documentation