org.jdiagnose.remote.system
Class RemoteDataServiceSystem
java.lang.Object
org.jdiagnose.remote.system.RemoteDataServiceSystem
- All Implemented Interfaces:
- RemoteSystem
- public class RemoteDataServiceSystem
- extends java.lang.Object
- implements RemoteSystem
- Author:
- jmccrindle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteDataServiceSystem
public RemoteDataServiceSystem()
RemoteDataServiceSystem
public RemoteDataServiceSystem(RemoteDataService dataService)
getHosts
public java.util.Iterator getHosts()
- Specified by:
getHosts
in interface RemoteSystem
getAgents
public java.util.Iterator getAgents()
- Specified by:
getAgents
in interface RemoteSystem
getHost
public RemoteHost getHost(java.lang.String name)
- Specified by:
getHost
in interface RemoteSystem
getAgent
public RemoteAgent getAgent(java.lang.String name)
- Specified by:
getAgent
in interface RemoteSystem
getResults
public java.util.Iterator getResults()
- Specified by:
getResults
in interface RemoteSystem
setDataService
public void setDataService(RemoteDataService dataService)
- Parameters:
dataService
- The dataService to set.
getResult
public RemoteResult getResult(java.lang.String guid)
- Specified by:
getResult
in interface RemoteSystem
Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.