Esri Geoportal Server
1.2.2

com.esri.gpt.server.usage.api
Interface IStatisticsWriter

All Known Implementing Classes:
JSONWriter

public interface IStatisticsWriter


Method Summary
 void writeElement(String name, String value)
           
 void writeElement(String name, String value, boolean hasMore, boolean isNumber)
           
 void writeResultSet(String tableName, ResultSet rset, String[] columnTags)
           
 

Method Detail

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

Esri Geoportal Server
1.2.2

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.