com.ibm.mashups.enabler.model.space
Interface SpaceExtensionResult


public SpaceExtensionResult

SpaceExtensionResult class.


Field Summary
 unknown STATE_OK
           
 unknown STATE_WARNING
           
 unknown STATE_ERROR
           
 
Constructor Summary
constructor(unknown result)
           Defining the constructor function of the class.
 
Method Summary
 unknown getState()
           Returns a String value to indicate the overall state of the SpaceExtensionResult
 unknown getLocaleMessage()
           Returns localized message return: String, localized message or empty String if mesage doesn't exist.
 unknown getLocaleSolution()
           Returns localized solution return: String, localized solution message or empty String if solution doesn't exist.
 unknown getOptionalInfo()
           Returns additional information from the result.
 unknown setLocaleMessage(unknown localeMessage)
           Sets a localized message to the result.
 unknown setLocaleSolution(unknown localeSolution)
           set a localized solution to the result.
 unknown setOptionalInfo(unknown info)
           set additional information to the result.
 

Field Detail

STATE_OK

unknown STATE_OK

STATE_WARNING

unknown STATE_WARNING

STATE_ERROR

unknown STATE_ERROR
Constructor Detail

constructor

public constructor(unknown result)
Defining the constructor function of the class. The instance of this class is used to carry the return value of SpaceExtension methods. result: String value, indicate the overall status of result. Must be one of following - SpaceExtensionResult.STATE_OK SpaceExtensionResult.STATE_WARNING SpaceExtensionResult.STATE_ERROR This class may also have following fields message: String, localized message to show what has happened. solution: String, localized solution message to suggest what actions can be taken to correct the problem. optionalInfo: this is a field reserved for future.

Method Detail

getState

unknown getState()
Returns a String value to indicate the overall state of the SpaceExtensionResult


getLocaleMessage

unknown getLocaleMessage()
Returns localized message return: String, localized message or empty String if mesage doesn't exist.


getLocaleSolution

unknown getLocaleSolution()
Returns localized solution return: String, localized solution message or empty String if solution doesn't exist.


getOptionalInfo

unknown getOptionalInfo()
Returns additional information from the result. this is reserved for future.


setLocaleMessage

unknown setLocaleMessage(unknown localeMessage)
Sets a localized message to the result. localeMessage: String, localized message to show what has happened.


setLocaleSolution

unknown setLocaleSolution(unknown localeSolution)
set a localized solution to the result. localeSolution: String, localized solution message to suggest what actions can be taken to correct the problem.


setOptionalInfo

unknown setOptionalInfo(unknown info)
set additional information to the result. this is reserved for future.



Copyright IBM Corp. 2010 All Rights Reserved.