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, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public String export(ArrayList<String[]> records, String name) throws IOException
export
in interface NodeAccountingService
IOException
public String getStartDate() throws Exception
getStartDate
in interface NodeAccountingService
Exception
public Map<String,ArrayList<String>> getGHNs() throws Exception
getGHNs
in interface NodeAccountingService
Exception
public 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 NodeAccountingService
Exception
public ArrayList<ArrayList<String>> getScopes() throws Exception
getScopes
in interface NodeAccountingService
Exception
public Map<String,ArrayList<String>> getServices() throws Exception
getServices
in interface NodeAccountingService
Exception
Copyright © 2014. All Rights Reserved.