public class UsageServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements UsageService
| Constructor and Description |
|---|
UsageServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
createUsageParameterSet(String strServiceID,
String strSbbID,
String parameterSet) |
String[] |
getParameterSets(String strServiceID,
String strSbbID) |
UsageParameterInfo[] |
getSBBUsageParameters(String strServiceID,
String strSbbID,
String parameterSet) |
void |
removeUsageParameterSet(String strServiceID,
String strSbbID,
String parameterSet) |
void |
resetAllUsageParameters(String strServiceID,
String strSbbID) |
void |
resetAllUsageParameters(String strServiceID,
String strSbbID,
String parameterSet) |
void |
resetUsageParameter(String strServiceID,
String strSbbID,
String parameterSet,
String parameterName,
boolean isCounterType) |
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponsedoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic String[] getParameterSets(String strServiceID, String strSbbID) throws ManagementConsoleException
getParameterSets in interface UsageServiceManagementConsoleExceptionpublic void createUsageParameterSet(String strServiceID, String strSbbID, String parameterSet) throws ManagementConsoleException
createUsageParameterSet in interface UsageServiceManagementConsoleExceptionpublic void removeUsageParameterSet(String strServiceID, String strSbbID, String parameterSet) throws ManagementConsoleException
removeUsageParameterSet in interface UsageServiceManagementConsoleExceptionpublic void resetAllUsageParameters(String strServiceID, String strSbbID) throws ManagementConsoleException
resetAllUsageParameters in interface UsageServiceManagementConsoleExceptionpublic UsageParameterInfo[] getSBBUsageParameters(String strServiceID, String strSbbID, String parameterSet) throws ManagementConsoleException
getSBBUsageParameters in interface UsageServiceManagementConsoleExceptionpublic void resetAllUsageParameters(String strServiceID, String strSbbID, String parameterSet) throws ManagementConsoleException
resetAllUsageParameters in interface UsageServiceManagementConsoleExceptionpublic void resetUsageParameter(String strServiceID, String strSbbID, String parameterSet, String parameterName, boolean isCounterType) throws ManagementConsoleException
resetUsageParameter in interface UsageServiceManagementConsoleExceptionCopyright © 2017. All rights reserved.