|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.iseries.collectionservices.MgtcolObjAttributes
MgctolObjAttributes class represents attributes of a Management Collection Object and its repositories as returned by rtvAttributes() method of MgtcolObj class.
This class does not have any methods. Its function is only to return information in its public fields.
MgtcolObjAttributes 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.
Field Summary | |
int |
dftInterval
Default collection interval in seconds for this collection object. |
byte |
isActive
Indicates whether collection is in progress for this collection object. |
byte |
isRepaired
Indicates whether collection object required repair. |
java.lang.String |
logicalPSN
Logical serial number of a system partition, where collection object was created. |
int |
repositoryCount
Number of repositories found in this Management Collection Object. |
MgtcolObjRepositoryEntry[] |
repositoryInfo
This array contains an entry for every repository found in a Management Collection Object. |
int |
retentionPeriod
Number of hours collection object should be kept on system, before it will be automatically deleted. |
long |
size
Size of the Management Collection Object in Kbytes (K = 1024). |
static byte |
SUMMARY_FAILED
This is a constant value for sumStatus field. |
static byte |
SUMMARY_IN_PROGRESS
This is a constant value for sumStatus field. |
static byte |
SUMMARY_NOT_RUN
This is a constant value for sumStatus field. |
static byte |
SUMMARY_OK
This is a constant value for sumStatus field. |
byte |
sumStatus
This field indicates a status of summarization process for this object. |
java.lang.String |
timeCreated
Date and time, when collection object was created. |
java.lang.String |
timeUpdated
Date and time when last update to collection object data occurred. |
Constructor Summary | |
MgtcolObjAttributes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public long size
public int repositoryCount
public int retentionPeriod
When collection object was set for permanent retention, retentionPeriod field is set to minus 1.
public int dftInterval
public java.lang.String timeCreated
public java.lang.String timeUpdated
For the description of format of this field see timeCreated field.
public java.lang.String logicalPSN
public byte isActive
Possible values are:
public byte isRepaired
Possible values are:
public byte sumStatus
Possible values are:
public MgtcolObjRepositoryEntry[] repositoryInfo
This array is returned only if format "MCOA0200" was requested from
rtvAttributes() method. For format "MCOA0100"
this field will be null.
It is also null, if Management Collection Object does not have any repositories.
public static final byte SUMMARY_NOT_RUN
See sumStatus field for the description of the meaning of this constant.
public static final byte SUMMARY_OK
See sumStatus field for the description of the meaning of this constant.
public static final byte SUMMARY_IN_PROGRESS
See sumStatus field for the description of the meaning of this constant.
public static final byte SUMMARY_FAILED
See sumStatus field for the description of the meaning of this constant.
Constructor Detail |
public MgtcolObjAttributes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |