com.sun.n1.sps.model.host
Interface UIAppInstanceUpdate


public interface UIAppInstanceUpdate

Encapsulates the result of app Instance update operations. These operations may result in a warning. This class encapsulates the warning and the result of the update operation.


Method Summary
 AppInstance getAppInstance()
          Returns the updated AppInstance value.
 java.lang.String getWarning()
          Returns the warning message, if any, generated when updating the appInstance.
 

Method Detail

getAppInstance

AppInstance getAppInstance()
Returns the updated AppInstance value.

Returns:
The updated AppInstance.

getWarning

java.lang.String getWarning()
Returns the warning message, if any, generated when updating the appInstance. Null if no warning message was generated.

Returns:
The string containing the warning message.