org.jdiagnose.remote.system
Interface RemoteAgentAtHost

All Superinterfaces:
Monitorable, MonitorableComposite
All Known Implementing Classes:
DefaultRemoteAgentAtHost

public interface RemoteAgentAtHost
extends MonitorableComposite

Author:
jmccrindle

Method Summary
 java.lang.String getAgent()
           
 RemoteDiagnostic getDiagnostic(java.lang.String name)
           
 java.util.Iterator getDiagnostics()
           
 java.lang.String getHost()
           
 
Methods inherited from interface org.jdiagnose.remote.system.MonitorableComposite
getCompositeStatistics
 
Methods inherited from interface org.jdiagnose.remote.system.Monitorable
isUp
 

Method Detail

getAgent

public java.lang.String getAgent()

getHost

public java.lang.String getHost()

getDiagnostics

public java.util.Iterator getDiagnostics()

getDiagnostic

public RemoteDiagnostic getDiagnostic(java.lang.String name)


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