org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
Class RMIHeartBeat

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.AbstractHeartBeat
      extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi.RMIHeartBeat
All Implemented Interfaces:
java.lang.Runnable, HeartBeat

public class RMIHeartBeat
extends AbstractHeartBeat

Version:
$Revision: 1.1.1.1 $
Author:
Simone Bordet

Constructor Summary
RMIHeartBeat(javax.management.remote.rmi.RMIConnection connection, ConnectionNotificationEmitter emitter, java.util.Map environment)
           
 
Method Summary
protected  void pulse()
           
 
Methods inherited from class org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.AbstractHeartBeat
run, sendConnectionNotificationFailed, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIHeartBeat

public RMIHeartBeat(javax.management.remote.rmi.RMIConnection connection,
                    ConnectionNotificationEmitter emitter,
                    java.util.Map environment)
Method Detail

pulse

protected void pulse()
              throws java.io.IOException
Specified by:
pulse in class AbstractHeartBeat
Throws:
java.io.IOException