org.wso2.carbon.event.statistics.ui
Class EventStatisticsAdminClient
java.lang.Object
org.wso2.carbon.event.statistics.ui.EventStatisticsAdminClient
public class EventStatisticsAdminClient
- extends Object
|
Method Summary |
org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO |
getCategoryCount(String categoryName)
|
org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO |
getDeploymentCount(String categoryName,
String deploymentName)
|
org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO |
getElementCount(String categoryName,
String deploymentName,
String elementName)
|
org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO |
getGlobalCount()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventStatisticsAdminClient
public EventStatisticsAdminClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx,
Locale locale)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getGlobalCount
public org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO getGlobalCount()
throws RemoteException
- Throws:
RemoteException
getCategoryCount
public org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO getCategoryCount(String categoryName)
throws RemoteException
- Throws:
RemoteException
getDeploymentCount
public org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO getDeploymentCount(String categoryName,
String deploymentName)
throws RemoteException
- Throws:
RemoteException
getElementCount
public org.wso2.carbon.event.statistics.stub.client.EventStatisticsAdminServiceStub.StatsDTO getElementCount(String categoryName,
String deploymentName,
String elementName)
throws RemoteException
- Throws:
RemoteException
Copyright © 2015 WSO2. All rights reserved.