org.jdiagnose.remote.system
Class DefaultRemoteAgent

java.lang.Object
  extended byorg.jdiagnose.remote.system.DefaultRemoteAgent
All Implemented Interfaces:
Monitorable, MonitorableComposite, RemoteAgent

public class DefaultRemoteAgent
extends java.lang.Object
implements RemoteAgent

Author:
jmccrindle

Constructor Summary
DefaultRemoteAgent(java.lang.String agent)
           
 
Method Summary
 CompositeStatistics getCompositeStatistics()
           
 RemoteAgentAtHost getHost(java.lang.String host)
           
 java.util.Iterator getHosts()
           
 java.util.Map getHostsMap()
           
 java.lang.String getName()
           
 boolean isUp()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultRemoteAgent

public DefaultRemoteAgent(java.lang.String agent)
Parameters:
agent -
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface RemoteAgent

getHosts

public java.util.Iterator getHosts()
Specified by:
getHosts in interface RemoteAgent

getHost

public RemoteAgentAtHost getHost(java.lang.String host)
Specified by:
getHost in interface RemoteAgent

getHostsMap

public java.util.Map getHostsMap()
Returns:

isUp

public boolean isUp()
Specified by:
isUp in interface Monitorable

getCompositeStatistics

public CompositeStatistics getCompositeStatistics()
Specified by:
getCompositeStatistics in interface MonitorableComposite

toString

public java.lang.String toString()


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