Skip navigation links


com.fatwire.realtime.event
Interface PublishingEvent

All Superinterfaces:
Event

public interface PublishingEvent
extends Event

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

setPubSessionId

void setPubSessionId(java.lang.String pubSessionId)
Set the publishing sesssion id to Event
Parameters:
pubSessionId - the string id of the publishing session

getPubSessionId

java.lang.String getPubSessionId()
The method to retrieve the publish session id from PublishEvent
Returns:
the String id of the publish session

setTaskName

void setTaskName(RealTimeConstants.PublishingTasks taskname)
Sets the publish task name to the PublishEvent
Parameters:
taskname - the Publishing task name

getTaskName

RealTimeConstants.PublishingTasks getTaskName()
Gets the publishing task name from the PublishEvent
Returns:
the publishing task name

getStatus

PublishingStatusEnum getStatus()
Gets the publishing status
Returns:
the status of the publishing session or sub tasks

setStatus

void setStatus(PublishingStatusEnum status)
Sets the publishing status to the PublishEvent
Parameters:
status - the status Object of the pubishing session/tasks

setMessage

void setMessage(java.lang.String message)
Sets the String message of the publishing session/tasks
Parameters:
message - the String message

getMessage

java.lang.String getMessage()
Gets the String message of the publishing session/tasks
Returns:
the String message

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.