public class EventProcessorAdminServiceClient extends Object
| Constructor and Description |
|---|
EventProcessorAdminServiceClient(String backEndUrl,
String sessionCookie) |
EventProcessorAdminServiceClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axis2.client.ServiceClient |
_getServiceClient() |
void |
addExecutionPlan(String executionPlan) |
void |
editActiveExecutionPlan(String executionPlan,
String executionPlanName) |
String |
getActiveExecutionPlan(String executionPlanName) |
org.wso2.carbon.event.processor.stub.types.ExecutionPlanConfigurationDto |
getActiveExecutionPlanConfiguration(String executionPlanName) |
int |
getActiveExecutionPlanConfigurationCount() |
org.wso2.carbon.event.processor.stub.types.ExecutionPlanConfigurationDto[] |
getAllExportedStreamSpecificActiveExecutionPlanConfiguration(String streamId) |
int |
getExecutionPlanConfigurationCount() |
int |
getInactiveExecutionPlanConfigurationCount() |
org.wso2.carbon.event.processor.stub.types.StreamDefinitionDto[] |
getSiddhiStreams(String executionPlan) |
void |
removeActiveExecutionPlan(String planName) |
void |
removeInactiveExecutionPlan(String filePath) |
void |
setStatisticsEnabled(String executionPlanName,
boolean isEnabled) |
void |
setTracingEnabled(String executionPlanName,
boolean isEnabled) |
String |
validateExecutionPlan(String executionPlan) |
public EventProcessorAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.apache.axis2.client.ServiceClient _getServiceClient()
public int getActiveExecutionPlanConfigurationCount()
throws RemoteException
RemoteExceptionpublic int getInactiveExecutionPlanConfigurationCount()
throws RemoteException
RemoteExceptionpublic int getExecutionPlanConfigurationCount()
throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.processor.stub.types.ExecutionPlanConfigurationDto getActiveExecutionPlanConfiguration(String executionPlanName) throws RemoteException
RemoteExceptionpublic String getActiveExecutionPlan(String executionPlanName) throws RemoteException
RemoteExceptionpublic void addExecutionPlan(String executionPlan) throws RemoteException
RemoteExceptionpublic void removeActiveExecutionPlan(String planName) throws RemoteException
RemoteExceptionpublic void removeInactiveExecutionPlan(String filePath) throws RemoteException
RemoteExceptionpublic void editActiveExecutionPlan(String executionPlan, String executionPlanName) throws RemoteException
RemoteExceptionpublic String validateExecutionPlan(String executionPlan) throws RemoteException
RemoteExceptionpublic void setStatisticsEnabled(String executionPlanName, boolean isEnabled) throws RemoteException
RemoteExceptionpublic void setTracingEnabled(String executionPlanName, boolean isEnabled) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.processor.stub.types.StreamDefinitionDto[] getSiddhiStreams(String executionPlan) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.processor.stub.types.ExecutionPlanConfigurationDto[] getAllExportedStreamSpecificActiveExecutionPlanConfiguration(String streamId) throws RemoteException
RemoteExceptionCopyright © 2016 WSO2, Inc.. All rights reserved.