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

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

public class MonitorResponse
extends AbstractAdminResponse

The Class MonitorResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
MonitorResponse(UserSessionDto userSessionDTO, Content imageContent)
          Instantiates a new monitor response.
 
Method Summary
 Content getGraphFile()
          Gets the graph file.
 
Methods inherited from class com.hack23.cia.service.api.admin.AbstractAdminResponse
getResult
 
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,
                       Content imageContent)
Instantiates a new monitor response.

Parameters:
userSessionDTO - the user session dto
imageContent - the image content
Method Detail

getGraphFile

public final Content getGraphFile()
Gets the graph file.

Returns:
the graph file


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