com.hack23.cia.service.api.common
Class AbstractServiceRequest

Package class diagram package AbstractServiceRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceRequest
All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable
Direct Known Subclasses:
AbstractContentRequest, AbstractUserRequest, AgencyRequest, AgentDeploymentRequest, ApplicationErrorRequest, ApplicationRequest, ImageContentRequest, MonitorRequest, PortalRequest

public abstract class AbstractServiceRequest
extends Object
implements ServiceRequest

The Class AbstractServiceRequest.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractServiceRequest(Long userSessionId)
          Instantiates a new abstract service request.
 
Method Summary
Modifier and Type Method and Description
 Long getUserSessionId()
          Gets the user session id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServiceRequest

protected AbstractServiceRequest(Long userSessionId)
Instantiates a new abstract service request.

Parameters:
userSessionId - the user session id
Method Detail

getUserSessionId

public final Long getUserSessionId()
Gets the user session id.

Returns:
the user session id


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