com.hack23.cia.service.impl.monitoring
Class MonitorServiceImpl

Package class diagram package MonitorServiceImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.monitoring.MonitorServiceImpl
All Implemented Interfaces:
MonitorService

public class MonitorServiceImpl
extends Object
implements MonitorService

The Class MonitorServiceImpl.


Constructor Summary
Constructor and Description
MonitorServiceImpl(ActivityService activityService)
          Instantiates a new monitor service impl.
 
Method Summary
Modifier and Type Method and Description
 List createResponseTimeGraph()
          Creates the response time graph.
 List getRecentActionsGraph()
          Gets the recent actions graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorServiceImpl

public MonitorServiceImpl(ActivityService activityService)
Instantiates a new monitor service impl.

Parameters:
activityService - the activity service
Method Detail

createResponseTimeGraph

public final List createResponseTimeGraph()
Description copied from interface: MonitorService
Creates the response time graph.

Specified by:
createResponseTimeGraph in interface MonitorService
Returns:
the list

getRecentActionsGraph

public final List getRecentActionsGraph()
Description copied from interface: MonitorService
Gets the recent actions graph.

Specified by:
getRecentActionsGraph in interface MonitorService
Returns:
the recent actions graph


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