Uses of Interface
org.jdiagnose.remote.Agent

Packages that use Agent
org.jdiagnose.remote   
org.jdiagnose.remote.template   
 

Uses of Agent in org.jdiagnose.remote
 

Classes in org.jdiagnose.remote that implement Agent
 class DefaultAgent
           
 

Methods in org.jdiagnose.remote with parameters of type Agent
 void SendingResultListener.setAgent(Agent remoteInfo)
           
 void HeartbeatListener.setAgent(Agent agent)
           
 

Constructors in org.jdiagnose.remote with parameters of type Agent
SendingResultListener(RemoteResultSender remoteResultSender, Agent agent)
           
HeartbeatListener(Agent agent, RemoteResultMatcher matcher, int timeout, RemoteResultListener listener)
           
 

Uses of Agent in org.jdiagnose.remote.template
 

Methods in org.jdiagnose.remote.template with parameters of type Agent
 void DiagnosticTemplate.setAgent(Agent agent)
           
 void DiagnosticServiceSupport.setAgent(Agent agent)
           
 java.lang.Object DiagnosticProxyFactory.createProxy(Agent agent, java.lang.String name, java.lang.Object delegate, RemoteResultListener listener, boolean filterSuccesses)
           
 java.lang.Object DiagnosticProxyFactory.createProxy(Agent agent, java.lang.Object delegate, RemoteResultListener listener)
           
 

Constructors in org.jdiagnose.remote.template with parameters of type Agent
DiagnosticTemplate(Agent remoteResultFactory, RemoteResultListener listener)
           
DiagnosticTemplate(Agent remoteResultFactory, RemoteResultListener listener, boolean filterSuccesses)
           
DiagnosticServiceSupport(Agent remoteInfo, RemoteResultListener listener)
           
DiagnosticServiceSupport(Agent remoteInfo, RemoteResultListener listener, boolean filterSuccesses)
           
DiagnosticProxy(Agent agent, java.lang.String name, java.lang.Object delegate, RemoteResultListener listener, boolean filterSuccesses)
           
 



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