com.wm.app.tn.db
Class StatOperations

java.lang.Object
  extended by com.wm.app.tn.db.StatOperations

public class StatOperations
extends java.lang.Object


Constructor Summary
StatOperations()
           
 
Method Summary
static void addStatistics(byte[] bytes, java.lang.String statName)
           
static byte[] getStatistics(java.lang.String statName)
           
static void saveStatistics(byte[] bytes, java.lang.String statName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatOperations

public StatOperations()
Method Detail

getStatistics

public static byte[] getStatistics(java.lang.String statName)
                            throws DatastoreException
Throws:
DatastoreException

saveStatistics

public static void saveStatistics(byte[] bytes,
                                  java.lang.String statName)
                           throws DatastoreException
Throws:
DatastoreException

addStatistics

public static void addStatistics(byte[] bytes,
                                 java.lang.String statName)
                          throws DatastoreException
Throws:
DatastoreException