Package org.apache.activemq.broker
Class TransportStatusDetector
- java.lang.Object
-
- org.apache.activemq.broker.TransportStatusDetector
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoCollection()protected voiddoCollection(TransportConnection tc)protected voiddoSweep()intgetSweepInterval()voidrun()voidsetSweepInterval(int sweepInterval)The sweepInterval to set.voidstart()voidstop()
-
-
-
Method Detail
-
getSweepInterval
public int getSweepInterval()
- Returns:
- Returns the sweepInterval.
-
setSweepInterval
public void setSweepInterval(int sweepInterval)
The sweepInterval to set.- Parameters:
sweepInterval-
-
doCollection
protected void doCollection()
-
doSweep
protected void doSweep()
-
doCollection
protected void doCollection(TransportConnection tc)
-
start
public void start() throws Exception
-
-