com.hack23.cia.service.impl.common
Class ActivityServiceImpl

Package class diagram package ActivityServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.common.ActivityServiceImpl
All Implemented Interfaces:
ActivityService

public class ActivityServiceImpl
extends Object
implements ActivityService

The Class ActivityServiceImpl.


Constructor Summary
Constructor and Description
ActivityServiceImpl(EventDAO eventDAO)
          Instantiates a new activity service impl.
 
Method Summary
Modifier and Type Method and Description
 List getActionEventHistory()
          Gets the action event history.
 List getResponseTimeHistory()
          Gets the response time history.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityServiceImpl

public ActivityServiceImpl(EventDAO eventDAO)
Instantiates a new activity service impl.

Parameters:
eventDAO - the event dao
Method Detail

getActionEventHistory

public final List getActionEventHistory()
Description copied from interface: ActivityService
Gets the action event history.

Specified by:
getActionEventHistory in interface ActivityService
Returns:
the action event history

getResponseTimeHistory

public final List getResponseTimeHistory()
Description copied from interface: ActivityService
Gets the response time history.

Specified by:
getResponseTimeHistory in interface ActivityService
Returns:
the response time history


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.