org.codehaus.wadi.servicespace
Interface ServiceMonitor

All Superinterfaces:
Lifecycle
All Known Implementing Classes:
BasicServiceMonitor

public interface ServiceMonitor
extends Lifecycle

Version:
$Revision: 1538 $

Method Summary
 void addServiceLifecycleListener(ServiceListener listener)
           
 java.util.Set getHostingPeers()
           
 boolean isStarted()
           
 void removeServiceLifecycleListener(ServiceListener listener)
           
 
Methods inherited from interface org.codehaus.wadi.core.Lifecycle
start, stop
 

Method Detail

getHostingPeers

java.util.Set getHostingPeers()

addServiceLifecycleListener

void addServiceLifecycleListener(ServiceListener listener)

removeServiceLifecycleListener

void removeServiceLifecycleListener(ServiceListener listener)

isStarted

boolean isStarted()


Copyright © 2010. All Rights Reserved.