org.xwiki.observation.remote
Interface RemoteObservationManagerConfiguration


@ComponentRole
public interface RemoteObservationManagerConfiguration

Provide configuration for remote observation manager.

Since:
2.0M3
Version:
$Id$

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-2011 XWiki. All Rights Reserved.