com.ibm.iseries.collectionservices
Class MgtcolObjRepositoryEntry

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

public class MgtcolObjRepositoryEntry
extends java.lang.Object

MgctolObjRepositoryEntry class represents information about attributes of a repository of a Management Collection Object as returned by rtvAttributes() method of MgtcolObj class (see also class).

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

MgtcolObjRepositoryEntry 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 categoryName
          10 character name of a performance collection category which created this repository.
 MgtcolObjCollectionEntry[] collectionInfo
          This array contains collection period entries for repository of a Management Collection Object.
 java.lang.String name
          10 character name of repository of a Management Collection Object.
 long size
          Size of repository in Kbytes (K = 1024).
 
Constructor Summary
MgtcolObjRepositoryEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
10 character name of repository of a Management Collection Object.

categoryName

public java.lang.String categoryName
10 character name of a performance collection category which created this repository.

size

public long size
Size of repository in Kbytes (K = 1024).

collectionInfo

public MgtcolObjCollectionEntry[] collectionInfo
This array contains collection period entries for repository of a Management Collection Object.
Each repository has at least one collection period entry. New collection period entry is created each time collection is started or collection interval is changed for a performance collection category, associated with this repository.
Constructor Detail

MgtcolObjRepositoryEntry

public MgtcolObjRepositoryEntry()