org.jdiagnose.remote.template
Class DiagnosticServiceSupport

java.lang.Object
  extended byorg.jdiagnose.remote.template.DiagnosticServiceSupport
Direct Known Subclasses:
DiagnosticProxy

public class DiagnosticServiceSupport
extends java.lang.Object

Author:
jamie

Constructor Summary
DiagnosticServiceSupport()
          Default Constructor
DiagnosticServiceSupport(Agent remoteInfo, RemoteResultListener listener)
           
DiagnosticServiceSupport(Agent remoteInfo, RemoteResultListener listener, boolean filterSuccesses)
           
 
Method Summary
 DiagnosticTemplate getDiagnosticTemplate()
           
 void setAgent(Agent agent)
           
 void setDiagnosticTemplate(DiagnosticTemplate diagnosticTemplate)
           
 void setFilterSuccesses(boolean filterSuccesses)
           
 void setListener(RemoteResultListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnosticServiceSupport

public DiagnosticServiceSupport(Agent remoteInfo,
                                RemoteResultListener listener)

DiagnosticServiceSupport

public DiagnosticServiceSupport(Agent remoteInfo,
                                RemoteResultListener listener,
                                boolean filterSuccesses)

DiagnosticServiceSupport

public DiagnosticServiceSupport()
Default Constructor

Method Detail

getDiagnosticTemplate

public DiagnosticTemplate getDiagnosticTemplate()

setDiagnosticTemplate

public void setDiagnosticTemplate(DiagnosticTemplate diagnosticTemplate)

setAgent

public void setAgent(Agent agent)
Parameters:
agent - The agent to set.

setFilterSuccesses

public void setFilterSuccesses(boolean filterSuccesses)
Parameters:
filterSuccesses - The filterSuccesses to set.

setListener

public void setListener(RemoteResultListener listener)
Parameters:
listener - The listener to set.


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