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 void
doCollection()
protected void
doCollection(TransportConnection tc)
protected void
doSweep()
int
getSweepInterval()
void
run()
void
setSweepInterval(int sweepInterval)
The sweepInterval to set.void
start()
void
stop()
-
-
-
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
-
-