|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishingEvent
The Event interfce that Content Server real time publishing uses to notice users of the publishing tasks status
Method Summary | |
---|---|
java.lang.String |
getMessage()
Gets the String message of the publishing session/tasks |
java.lang.String |
getPubSessionId()
The method to retrieve the publish session id from PublishEvent |
PublishingStatusEnum |
getStatus()
Gets the publishing status |
RealTimeConstants.PublishingTasks |
getTaskName()
Gets the publishing task name from the PublishEvent |
void |
setMessage(java.lang.String message)
Sets the String message of the publishing session/tasks |
void |
setPubSessionId(java.lang.String pubSessionId)
Set the publishing sesssion id to Event |
void |
setStatus(PublishingStatusEnum status)
Sets the publishing status to the PublishEvent |
void |
setTaskName(RealTimeConstants.PublishingTasks taskname)
Sets the publish task name to the PublishEvent |
Method Detail |
---|
void setPubSessionId(java.lang.String pubSessionId)
pubSessionId
- the string id of the publishing sessionjava.lang.String getPubSessionId()
void setTaskName(RealTimeConstants.PublishingTasks taskname)
taskname
- the Publishing task nameRealTimeConstants.PublishingTasks getTaskName()
PublishingStatusEnum getStatus()
void setStatus(PublishingStatusEnum status)
status
- the status Object of the pubishing session/tasksvoid setMessage(java.lang.String message)
message
- the String messagejava.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |