com.atlassian.bamboo.ww2.aware
Interface JsonStatusProvider

All Known Implementing Classes:
FinishSetupAction, SetupDatabaseConnectionAction, SetupDefaultsAction, SetupEmbeddedDatabaseAction

public interface JsonStatusProvider

Allows the interceptor ExecAndWaitWithJSONStatusUpdateInterceptor to retrieve the current status of the action to pass back to the UI.


Method Summary
 com.opensymphony.webwork.dispatcher.json.JSONObject getJsonStatus()
           
 

Method Detail

getJsonStatus

com.opensymphony.webwork.dispatcher.json.JSONObject getJsonStatus()
                                                                  throws java.lang.Exception
Returns:
JSONObject with status information required to update the UI.
Throws:
java.lang.Exception


Copyright © 2010 Atlassian. All Rights Reserved.