com.hack23.cia.service.api.common
Class AbstractServiceRequest
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceRequest
protected AbstractServiceRequest(Long userSessionId)
- Instantiates a new abstract service request.
- Parameters:
userSessionId
- the user session id
getUserSessionId
public final Long getUserSessionId()
- Gets the user session id.
- Returns:
- the user session id
Copyright © 2008-2010 www.hack23.com. All Rights Reserved.