public class NodeAccountingServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements NodeAccountingService
| Constructor and Description |
|---|
NodeAccountingServiceImpl()
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
export(ArrayList<String[]> records,
String name) |
Map<String,ArrayList<String>> |
getGHNs() |
String |
getRecords(String ghn,
String scope,
String serviceClass,
String serviceName,
String sortColumn,
String sortDir,
int start,
int limit,
String[] date) |
ArrayList<ArrayList<String>> |
getScopes() |
Map<String,ArrayList<String>> |
getServices() |
String |
getStartDate() |
String |
getStatistics(String serviceClass,
String serviceName,
String callerScope,
String ghn,
String groupBy,
String sortColumn,
String sortDir,
String[] dates) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic String export(ArrayList<String[]> records, String name) throws IOException
export in interface NodeAccountingServiceIOExceptionpublic String getStartDate() throws Exception
getStartDate in interface NodeAccountingServiceExceptionpublic Map<String,ArrayList<String>> getGHNs() throws Exception
getGHNs in interface NodeAccountingServiceExceptionpublic String getRecords(String ghn, String scope, String serviceClass, String serviceName, String sortColumn, String sortDir, int start, int limit, String[] date) throws Exception
getRecords in interface NodeAccountingServiceExceptionpublic ArrayList<ArrayList<String>> getScopes() throws Exception
getScopes in interface NodeAccountingServiceExceptionpublic Map<String,ArrayList<String>> getServices() throws Exception
getServices in interface NodeAccountingServiceExceptionCopyright © 2014. All Rights Reserved.