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

Package class diagram package AgentDeploymentRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
      extended by com.hack23.cia.service.api.control.AgentDeploymentRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public class AgentDeploymentRequest
extends AbstractServiceRequest

The Class AgentDeploymentRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
AgentDeploymentRequest(Long userSessionId, String agentName, String agentOperativeCode)
          Instantiates a new agent deployment request.
 
Method Summary
Modifier and Type Method and Description
 String getAgentName()
          Gets the agent name.
 String getAgentOperativeCode()
          Gets the agent operative code.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentDeploymentRequest

public AgentDeploymentRequest(Long userSessionId,
                              String agentName,
                              String agentOperativeCode)
Instantiates a new agent deployment request.

Parameters:
userSessionId - the user session id
agentName - the agent name
agentOperativeCode - the agent operative code
Method Detail

getAgentName

public final String getAgentName()
Gets the agent name.

Returns:
the agent name

getAgentOperativeCode

public final String getAgentOperativeCode()
Gets the agent operative code.

Returns:
the agent operative code


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