com.hack23.cia.service.api.monitoring
Class MonitorResponse

Package class diagram package MonitorResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceResponse
      extended by com.hack23.cia.service.api.monitoring.MonitorResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class MonitorResponse
extends AbstractServiceResponse

The Class MonitorResponse.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
Constructor and Description
MonitorResponse(UserSessionDto userSessionDTO, List list)
          Instantiates a new monitor response.
 
Method Summary
Modifier and Type Method and Description
 List getGraphFile()
          Gets the graph file.
 ServiceResponse.ServiceResult getResult()
          Gets the result.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorResponse

public MonitorResponse(UserSessionDto userSessionDTO,
                       List list)
Instantiates a new monitor response.

Parameters:
userSessionDTO - the user session dto
list - the list
Method Detail

getGraphFile

public final List getGraphFile()
Gets the graph file.

Returns:
the graph file

getResult

public final ServiceResponse.ServiceResult getResult()
Description copied from interface: ServiceResponse
Gets the result.

Returns:
the result


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