Nuxeo Enterprise Platform 5.4

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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.