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

All Known Subinterfaces:
IMessageInfoRW

public interface IMessageInfo

This interface provides access to the message information on a server some samples are: an INFO case: "The database connection server successfully established a connection to the server". an ERROR case: "The Adaptive Processing Server was not able to load the following services: SSO, Publishing, Search".

Since:
4.0

Nested Class Summary
static class IMessageInfo.CeMessageDisplayOption
           
static class IMessageInfo.CeMessageDisplayStatus
           
 
Method Summary
 IMessageInfo.CeMessageDisplayOption getDisplayOption()
          Returns the display option of this server message
 IMessageInfo.CeMessageDisplayStatus getDisplayStatus()
          Returns the status of this server message
 int getResourceID()
          Returns the resource id for this server message
 java.util.List getSubStrings()
          Returns a list of sub strings for this server message
 

Method Detail

getResourceID

int getResourceID()
Returns the resource id for this server message

Returns:
the resource id for this server message

getSubStrings

java.util.List getSubStrings()
Returns a list of sub strings for this server message

Returns:
a list of sub strings for this server message

getDisplayStatus

IMessageInfo.CeMessageDisplayStatus getDisplayStatus()
Returns the status of this server message

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

getDisplayOption

IMessageInfo.CeMessageDisplayOption getDisplayOption()
Returns the display option of this server message

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