com.ibm.tivoli.maximo.iotf.processor

Class IoTPagedMetricSelector

  • java.lang.Object
    • com.ibm.tivoli.maximo.iotf.processor.IoTPagedMetricSelector


  • public class IoTPagedMetricSelector
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      IoTPagedMetricSelector(java.lang.String where, java.lang.String meterNames, int pageSize, boolean forAsset, boolean useLastReading, java.util.Date startTime, UserInfo userInfo) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void cleanup() 
      java.util.List nextPage() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IoTPagedMetricSelector

        public IoTPagedMetricSelector(java.lang.String where,
                                      java.lang.String meterNames,
                                      int pageSize,
                                      boolean forAsset,
                                      boolean useLastReading,
                                      java.util.Date startTime,
                                      UserInfo userInfo)
                               throws java.rmi.RemoteException,
                                      MXException
        Throws:
        java.rmi.RemoteException
        MXException
    • Method Detail

      • nextPage

        public java.util.List nextPage()
                                throws java.rmi.RemoteException,
                                       MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • cleanup

        public void cleanup()