com.sun.management.oss.pm.measurement
Interface PerformanceMonitorKeyResult

All Superinterfaces:
ManagedEntityKeyResult, java.io.Serializable, SerializerFactory
All Known Implementing Classes:
PerformanceMonitorKeyResultImpl

public interface PerformanceMonitorKeyResult
extends ManagedEntityKeyResult, SerializerFactory

This interface encapsulates all the information necessary to indicate the result of a BEST EFFORT operation on a specific measurement job.

The performance monitor key result is used in operations involving multiple measurement jobs, for example in the deletion or creation of multiple measurement jobs.

The interface contains the primary key of the measurement job, a boolean value indicating if the operation was successful for that measurement job and the reason why the operation failed.

Version:
0.9, 2002-02-17
Author:
Stefan Aberg

Method Summary
 PerformanceMonitorKey getPerformanceMonitorKey()
          Returns the primary key of the measurement job.
 
Methods inherited from interface com.sun.management.oss.ManagedEntityKeyResult
getException, getManagedEntityKey, isSuccess, setException, setManagedEntityKey, setSuccess
 
Methods inherited from interface com.sun.management.oss.SerializerFactory
getSupportedSerializerTypes, makeSerializer
 

Method Detail

getPerformanceMonitorKey

public PerformanceMonitorKey getPerformanceMonitorKey()
Returns the primary key of the measurement job.

Returns:
PerformanceMonitorKey The primary key of the measurement job.