org.jdiagnose
Interface RemoteResult

All Known Implementing Classes:
DefaultRemoteResult, RemoteResultWrapper

public interface RemoteResult

Remote information about a Diagnostic information.

Author:
jmccrindle

Method Summary
 java.lang.String getAgent()
           
 java.lang.String getGuid()
           
 java.lang.String getHost()
           
 ResultInfo getResultInfo()
           
 long getSequenceNumber()
           
 

Method Detail

getResultInfo

public ResultInfo getResultInfo()
Returns:
Information about the result itself.

getGuid

public java.lang.String getGuid()
Returns:
a globally unique identifier for this result should not be null.

getAgent

public java.lang.String getAgent()
Returns:
the name of the agent that ran the diagnostic

getHost

public java.lang.String getHost()
Returns:
the name of the host that ran the diagnostic

getSequenceNumber

public long getSequenceNumber()
Returns:
a sequence number for ordering the results should be unique for a particular agent, host and diagnostic combination.


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.