Package org.wso2.am.framework.extensions
Class APIMCarbonServerExtension
- java.lang.Object
-
- org.wso2.carbon.automation.engine.extensions.ListenerExtension
-
- org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
-
- org.wso2.am.framework.extensions.APIMCarbonServerExtension
-
public class APIMCarbonServerExtension extends org.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringCARBON_HOME
-
Constructor Summary
Constructors Constructor Description APIMCarbonServerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitiate()voidonExecutionFinish()voidonExecutionStart()
-
-
-
Field Detail
-
CARBON_HOME
protected static final String CARBON_HOME
-
-
Method Detail
-
initiate
public void initiate()
- Specified by:
initiatein classorg.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension
-
onExecutionStart
public void onExecutionStart() throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException- Specified by:
onExecutionStartin classorg.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension- Throws:
org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
-
onExecutionFinish
public void onExecutionFinish() throws org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException- Specified by:
onExecutionFinishin classorg.wso2.carbon.automation.engine.extensions.ExecutionListenerExtension- Throws:
org.wso2.carbon.automation.engine.exceptions.AutomationFrameworkException
-
-