com.sun.management.oss.pm.opstatus
Interface OperationalStatusMonitorKeyResult

All Superinterfaces:
ManagedEntityKeyResult, java.io.Serializable, SerializerFactory

public interface OperationalStatusMonitorKeyResult
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
 OperationalStatusMonitorKey getOperationalStatusMonitorKey()
          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

getOperationalStatusMonitorKey

public OperationalStatusMonitorKey getOperationalStatusMonitorKey()
Returns the primary key of the measurement job.

Returns:
OperationalStatusMonitorKey The primary key of the measurement job.