com.hack23.cia.service.api.control
Class AbstractControlResponse

Package class diagram package AbstractControlResponse
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.control.AbstractControlResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable
Direct Known Subclasses:
AbstractUserResponse, AgentDeploymentResponse, ApplicationResponse

public abstract class AbstractControlResponse
extends AbstractServiceResponse

The Class AbstractControlResponse.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
AbstractControlResponse(UserSessionDto userSessionDTO)
          Instantiates a new abstract configuration response.
 
Method Summary
 
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
 
Methods inherited from interface com.hack23.cia.service.api.common.ServiceResponse
getResult
 

Constructor Detail

AbstractControlResponse

public AbstractControlResponse(UserSessionDto userSessionDTO)
Instantiates a new abstract configuration response.

Parameters:
userSessionDTO - the user session dto


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