org.jdiagnose.remote.system
Interface RemoteHost

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

public interface RemoteHost
extends MonitorableComposite

Author:
jmccrindle

Method Summary
 RemoteAgentAtHost getAgent(java.lang.String agent)
           
 java.util.Iterator getAgents()
           
 java.lang.String getName()
           
 
Methods inherited from interface org.jdiagnose.remote.system.MonitorableComposite
getCompositeStatistics
 
Methods inherited from interface org.jdiagnose.remote.system.Monitorable
isUp
 

Method Detail

getName

public java.lang.String getName()

getAgents

public java.util.Iterator getAgents()

getAgent

public RemoteAgentAtHost getAgent(java.lang.String agent)


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