org.xwiki.observation.remote
Interface RemoteObservationManagerConfiguration
- All Known Implementing Classes:
- DefaultRemoteObservationManagerConfiguration
@ComponentRole
public interface RemoteObservationManagerConfiguration
Provide configuration for remote observation manager.
- Since:
- 2.0M3
- Version:
- $Id$
isEnabled
boolean isEnabled()
- Returns:
- indicate if the remote observation manager is enabled
getChannels
java.util.List<java.lang.String> getChannels()
- Returns:
- the channels to start at init
getNetworkAdapter
java.lang.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.