com.crystaldecisions.sdk.occa.infostore
Interface ISupportJobServer


public interface ISupportJobServer

This interface is implemented by all the plugin objects that can be processed by a Job Server.


Method Summary
 java.lang.String formatJobServerError(java.util.Locale locale, IProperties errorBag)
           Formats a job server error.
 

Method Detail

formatJobServerError

java.lang.String formatJobServerError(java.util.Locale locale,
                                      IProperties errorBag)

Formats a job server error.

Parameters:
locale - The Locale object specifying the locale for which the error message will be displayed.
errorBag - A property bag containing the necessary information to format the error message.
Returns:
A String containing the formatted error message.