Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.detection
Interface DetectionHandler


public interface DetectionHandler

Notified when a peer is becoming online or offline

Methods are called in a separate thread than the heart beat listener.

Author:
Bogdan Stefanescu

Method Summary
 void peerOffline(Peer peer)
           
 void peerOnline(Peer peer)
          A new peer was detected.
 

Method Detail

peerOnline

void peerOnline(Peer peer)
A new peer was detected.


peerOffline

void peerOffline(Peer peer)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.