|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMessageInfoRW
This interface provides write access to message information that is exposed via the super interface.
| 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 |
|---|
void setResourceID(int resourceId)
resourceId - the resource id for this server messagevoid setDisplayStatus(IMessageInfo.CeMessageDisplayStatus status)
status - the status of this server message, it could be INFO, WARNING, or ERRORvoid setDisplayOption(IMessageInfo.CeMessageDisplayOption displayOption)
displayOption - the display option of this server message, it could be ALWAYS,
SERVER_IS_RUNNING, or SERVER_IS_STOPPED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||