com.businessobjects.sdk.plugin.desktop.common
Interface IMessageInfoRW

All Superinterfaces:
IMessageInfo

public interface IMessageInfoRW
extends IMessageInfo

This interface provides write access to message information that is exposed via the super interface.

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.businessobjects.sdk.plugin.desktop.common.IMessageInfo
IMessageInfo.CeMessageDisplayOption, IMessageInfo.CeMessageDisplayStatus
 
Method Summary
 void setDisplayOption(IMessageInfo.CeMessageDisplayOption displayOption)
          Sets the display option of the server message
 void setDisplayStatus(IMessageInfo.CeMessageDisplayStatus status)
          Sets the status of the server message
 void setResourceID(int resourceId)
          Sets the resource id for the server message
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IMessageInfo
getDisplayOption, getDisplayStatus, getResourceID, getSubStrings
 

Method Detail

setResourceID

void setResourceID(int resourceId)
Sets the resource id for the server message

Parameters:
resourceId - the resource id for this server message

setDisplayStatus

void setDisplayStatus(IMessageInfo.CeMessageDisplayStatus status)
Sets the status of the server message

Parameters:
status - the status of this server message, it could be INFO, WARNING, or ERROR

setDisplayOption

void setDisplayOption(IMessageInfo.CeMessageDisplayOption displayOption)
Sets the display option of the server message

Parameters:
displayOption - the display option of this server message, it could be ALWAYS, SERVER_IS_RUNNING, or SERVER_IS_STOPPED