com.ibm.iseries.collectionservices
Class MgtcolObjCollectionEntry

java.lang.Object
  |
  +--com.ibm.iseries.collectionservices.MgtcolObjCollectionEntry

public class MgtcolObjCollectionEntry
extends java.lang.Object

MgctolObjRepositoryEntry class represents information about periods of data collection into repository of a Management Collection Object as returned by rtvAttributes() method of MgtcolObj class (see also class and MgtcolObjRepositoryEntry class).

This class does not have any methods. Its function is only to return information in its public fields.

MgtcolObjCollectionEntry class is used by Collection Services to provide access to Collection Object APIs for Java programs.
For more information about Collection Object APIs, go to iSeries Information Center.

Since:
V5R2M0

Field Summary
 java.lang.String endTime
          Date and time when either collection was ended or collection interval was changed for a performance category associated with this repository.
 int interval
          Collection interval in seconds for a performance category, which created this repository.
 java.lang.String startTime
          Date and time when either collection was started or collection interval was changed for a performance category associated with this repository.
 
Constructor Summary
MgtcolObjCollectionEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

public java.lang.String startTime
Date and time when either collection was started or collection interval was changed for a performance category associated with this repository.
This is represented as YYYYMMDDHHMMSS, where:

endTime

public java.lang.String endTime
Date and time when either collection was ended or collection interval was changed for a performance category associated with this repository.

For the description of format of this field see startTime field.


interval

public int interval
Collection interval in seconds for a performance category, which created this repository. Each category can have its own collection interval. Performance category can have different collection intervals at different times during the collection (for different collection periods).
If value of interval field is negative, it means that this category was not configured to perform interval collections. Such categories perform one time only collections - in the beginning of collection (interval field is set to minus 1) or end of collection (interval field is set to minus 2).
Constructor Detail

MgtcolObjCollectionEntry

public MgtcolObjCollectionEntry()