org.xwiki.observation.remote
Interface RemoteObservationManagerConfiguration


@Role
public interface RemoteObservationManagerConfiguration

Provide configuration for remote observation manager.

Since:
2.0M3
Version:
$Id: 307483ec3676602be460bdd99a04b12d98cf2c0b $

Method Summary
 List<String> getChannels()
           
 String getNetworkAdapter()
           
 boolean isEnabled()
           
 

Method Detail

isEnabled

boolean isEnabled()
Returns:
indicate if the remote observation manager is enabled

getChannels

List<String> getChannels()
Returns:
the channels to start at init

getNetworkAdapter

String getNetworkAdapter()
Returns:
the identifier of the network adapter implementation to use to actually send and receive network messages


Copyright © 2004-2013 XWiki. All Rights Reserved.