com.hp.ucmdb.api.discovery.types
Interface DiagnosticInfo

All Superinterfaces:
java.io.Serializable

public interface DiagnosticInfo
extends java.io.Serializable

Information on a specific execution against a remote destination.


Method Summary
 java.lang.String getCommunicationLog()
          Returns the communication data of the connection between a DDMProbe and a CI.
 boolean isAvailable()
          Checks whether the communication log data is available.
 

Method Detail

getCommunicationLog

java.lang.String getCommunicationLog()
Returns the communication data of the connection between a DDMProbe and a CI.

Returns:
the communication data between a DDMProbe and a CI or null if the information is not available.

isAvailable

boolean isAvailable()
Checks whether the communication log data is available.

Returns:
true if the information is available.


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.