atg.userprofiling.dms
Class EndSessionMessage

java.lang.Object
  extended by atg.nucleus.dms.DASMessage
      extended by atg.userprofiling.dms.DPSMessage
          extended by atg.userprofiling.dms.EndSessionMessage
All Implemented Interfaces:
java.io.Serializable

public class EndSessionMessage
extends DPSMessage

A message signifying a session end.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
EndSessionMessage()
          Creates a new blank EndSessionMessage
EndSessionMessage(RepositoryItem pProfile, java.lang.String pSessionId)
          Creates a new EndSessionMessage with the given profile.
 
Method Summary
 RepositoryItem getProfile()
          Returns the profile associated with the session.
 void setProfile(RepositoryItem pProfile)
          Sets the profile associated with the session.
protected  java.lang.String toStringProperties()
          Returns the String representation of all the public properties of this message.
 
Methods inherited from class atg.userprofiling.dms.DPSMessage
getParentSessionId, getProfileId, getScenarioPathInfo, getSessionId, setParentSessionId, setProfileId, setScenarioPathInfo, setSessionId
 
Methods inherited from class atg.nucleus.dms.DASMessage
limitSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

EndSessionMessage

public EndSessionMessage()
Creates a new blank EndSessionMessage


EndSessionMessage

public EndSessionMessage(RepositoryItem pProfile,
                         java.lang.String pSessionId)
Creates a new EndSessionMessage with the given profile.

Method Detail

getProfile

public RepositoryItem getProfile()
Returns the profile associated with the session.


setProfile

public void setProfile(RepositoryItem pProfile)
Sets the profile associated with the session.


toStringProperties

protected java.lang.String toStringProperties()
Returns the String representation of all the public properties of this message.

Overrides:
toStringProperties in class DPSMessage