com.esri.gpt.server.usage.api
Interface IStatisticsWriter
- All Known Implementing Classes:
- JSONWriter
public interface IStatisticsWriter
writeElement
void writeElement(String name,
String value)
throws Exception
- Throws:
Exception
writeElement
void writeElement(String name,
String value,
boolean hasMore,
boolean isNumber)
throws Exception
- Throws:
Exception
writeResultSet
void writeResultSet(String tableName,
ResultSet rset,
String[] columnTags)
throws Exception
- Throws:
Exception
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.