atg.scenario.dms
Class SlotItemRequestMessage
java.lang.Object
atg.nucleus.dms.DASMessage
atg.nucleus.dms.DASSiteMessage
atg.scenario.dms.SlotItemRequestMessage
- All Implemented Interfaces:
- java.io.Serializable
public class SlotItemRequestMessage
- extends atg.nucleus.dms.DASSiteMessage
This message is sent by a Slot whose generation mode is active,
when items are to be rendered from the slot and it has insufficient
items to satisfy the renderer. The purpose of the message is to
request topic subscribers to place new content in the slot.
The slotName parameter of the message identifies the Nucleus
path of the slot that is requesting content.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Fields inherited from class atg.nucleus.dms.DASSiteMessage |
SITE_GROUP_STORAGE_ADAPTER_PATH |
Method Summary |
java.lang.String |
getSlotName()
Name of slot requesting content. |
void |
setSlotName(java.lang.String pSlotName)
Set name of slot requesting content. |
java.lang.String |
toString()
Returns the String representation of the SlotItemRequestMessage. |
Methods inherited from class atg.nucleus.dms.DASSiteMessage |
getSiteGroupIds, getSiteId, setSiteId, setSiteIdFromSiteContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
SlotItemRequestMessage
public SlotItemRequestMessage()
getSlotName
public java.lang.String getSlotName()
- Name of slot requesting content. If slot is request- or
session-scoped, this is a correspondingly scoped name , not an
absolute Nucleus path.
setSlotName
public void setSlotName(java.lang.String pSlotName)
- Set name of slot requesting content.
toString
public java.lang.String toString()
- Returns the String representation of the SlotItemRequestMessage.
- Overrides:
toString
in class DASMessage