org.apache.openejb.server.discovery
class: MulticastDiscoveryAgent.Broadcaster [javadoc |
source]
java.lang.Object
java.util.TimerTask
org.apache.openejb.server.discovery.MulticastDiscoveryAgent$Broadcaster
All Implemented Interfaces:
Runnable
Method from org.apache.openejb.server.discovery.MulticastDiscoveryAgent$Broadcaster Summary: |
---|
run |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.openejb.server.discovery.MulticastDiscoveryAgent$Broadcaster Detail: |
public void run() {
if (started.get()) {
heartbeat();
}
}
|