com.crystaldecisions.sdk.plugin.desktop.server
Interface IStatusInfo


public interface IStatusInfo

This interface provides access to status information of a server to be used for display purposes. e.g. CMC Servers page.


Nested Class Summary
static interface IStatusInfo.Status
           The set of possible states for the server.
 
Method Summary
 java.lang.String getMessage(java.util.Locale locale)
           
 java.lang.String[] getPlaceholders()
           
 int getResourceID()
           
 int getStatus()
           Returns the server status, which can be one of the values defined in IStatusInfo.Status.
 

Method Detail

getStatus

int getStatus()

Returns the server status, which can be one of the values defined in IStatusInfo.Status.

Returns:
The server status.

getResourceID

int getResourceID()

getPlaceholders

java.lang.String[] getPlaceholders()

getMessage

java.lang.String getMessage(java.util.Locale locale)