org.mule.tck.probe
Class PollingProber

java.lang.Object
  extended by org.mule.tck.probe.PollingProber
All Implemented Interfaces:
Prober

public class PollingProber
extends Object
implements Prober


Field Summary
static long DEFAULT_POLLING_INTERVAL
           
static long DEFAULT_TIMEOUT
           
 
Constructor Summary
PollingProber()
           
PollingProber(long timeoutMillis, long pollDelayMillis)
           
 
Method Summary
 void check(Probe probe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TIMEOUT

public static final long DEFAULT_TIMEOUT
See Also:
Constant Field Values

DEFAULT_POLLING_INTERVAL

public static final long DEFAULT_POLLING_INTERVAL
See Also:
Constant Field Values
Constructor Detail

PollingProber

public PollingProber()

PollingProber

public PollingProber(long timeoutMillis,
                     long pollDelayMillis)
Method Detail

check

public void check(Probe probe)
Specified by:
check in interface Prober


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.