org.jdiagnose.remote.system
Interface RemoteAgent

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

public interface RemoteAgent
extends MonitorableComposite

Author:
jmccrindle

Method Summary
 RemoteAgentAtHost getHost(java.lang.String host)
           
 java.util.Iterator getHosts()
           
 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()

getHosts

public java.util.Iterator getHosts()

getHost

public RemoteAgentAtHost getHost(java.lang.String host)


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