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

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

public class MonitorRequest
extends AbstractServiceRequest

The Class MonitorRequest.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
MonitorRequest(Long userSessionId, MonitorOperationType operation)
          Instantiates a new monitor request.
 
Method Summary
Modifier and Type Method and Description
 MonitorOperationType getOperation()
          Gets the operation.
 
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

MonitorRequest

public MonitorRequest(Long userSessionId,
                      MonitorOperationType operation)
Instantiates a new monitor request.

Parameters:
userSessionId - the user session id
operation - the operation
Method Detail

getOperation

public final MonitorOperationType getOperation()
Gets the operation.

Returns:
the operation


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