public class DPSMessage extends DASMessage
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected static java.lang.String |
SITE_GROUP_STORAGE_ADAPTER_PATH |
| Constructor and Description |
|---|
DPSMessage()
Constructs a DPS message with no profileId.
|
DPSMessage(java.lang.String pProfileId)
Constructs a DPS message.
|
DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId)
Constructs an instance of DPSMessage
|
DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId)
Constructs an instance of DPSMessage
|
DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId,
java.lang.String pScenarioPathInfo)
Constructs an instance of DPSMessage
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParentSessionId()
Get property
ParentSessionId |
java.lang.String |
getProfileId() |
java.lang.String |
getRealmId()
get RealmId
|
java.lang.String |
getScenarioPathInfo()
Get property
ScenarioPathInfo |
java.lang.String |
getSessionId()
Gets the SessionId property
|
java.lang.String[] |
getSiteGroupIds()
get SiteGroupIds
|
java.lang.String |
getSiteId()
Set the site id.
|
void |
setParentSessionId(java.lang.String pParentSessionId)
Set property
ParentSessionId |
void |
setProfileId(java.lang.String pProfileId) |
void |
setRealmId(java.lang.String pRealmId)
set RealmId
|
void |
setScenarioPathInfo(java.lang.String pScenarioPathInfo)
Set property
ScenarioPathInfo |
void |
setSessionId(java.lang.String pSessionId)
Sets the SessionId property
|
void |
setSiteId(java.lang.String pSiteId)
With the provided String, set the siteId on this message.
|
protected void |
setSiteIdFromSiteContextManager()
Set the Site Id using the utility method on the SiteContextManager.
|
protected java.lang.String |
toStringProperties()
Returns the String representation of all the public properties of
this message.
|
limitSize, toStringpublic static java.lang.String CLASS_VERSION
protected static final java.lang.String SITE_GROUP_STORAGE_ADAPTER_PATH
public DPSMessage(java.lang.String pProfileId)
public DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId)
pProfileId - the id of the profile that caused the eventpSessionId - the id of the session that caused the eventpublic DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId)
pProfileId - the id of the profile that caused the eventpSessionId - the id of the session that caused the eventpParentSessionId - the id of the parent session, if anypublic DPSMessage(java.lang.String pProfileId,
java.lang.String pSessionId,
java.lang.String pParentSessionId,
java.lang.String pScenarioPathInfo)
pProfileId - the id of the profile that caused the eventpSessionId - the id of the session that caused the eventpParentSessionId - the id of the parent session, if anypublic DPSMessage()
public void setProfileId(java.lang.String pProfileId)
public java.lang.String getProfileId()
public void setSessionId(java.lang.String pSessionId)
public java.lang.String getSessionId()
public void setParentSessionId(java.lang.String pParentSessionId)
ParentSessionIdpParentSessionId - new value to setpublic java.lang.String getParentSessionId()
ParentSessionIdParentSessionIdpublic void setScenarioPathInfo(java.lang.String pScenarioPathInfo)
ScenarioPathInfopScenarioPathInfo - new value to setpublic java.lang.String getScenarioPathInfo()
ScenarioPathInfoScenarioPathInfopublic void setRealmId(java.lang.String pRealmId)
pRealmId - the RealmIdpublic java.lang.String getRealmId()
public void setSiteId(java.lang.String pSiteId)
pSiteId - the SiteId value to set.public java.lang.String getSiteId()
public java.lang.String[] getSiteGroupIds()
protected void setSiteIdFromSiteContextManager()
protected java.lang.String toStringProperties()
toStringProperties in class DASMessage