org.ow2.carol.cmi.controller.server.impl.jgroups
Class JGroupsServerConfig

java.lang.Object
  extended by org.ow2.carol.cmi.controller.server.impl.jgroups.JGroupsServerConfig

public final class JGroupsServerConfig
extends java.lang.Object

Provide configuration for the JGroups implementation for the ServerClusterViewManager.

Author:
The new CMI team
See Also:
JGroupsClusterViewManager

Method Summary
static java.lang.String getGroupName()
           
static java.lang.String getJGroupsReconnectionTimeoutProps()
           
static java.lang.String getStack()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJGroupsReconnectionTimeoutProps

public static java.lang.String getJGroupsReconnectionTimeoutProps()
Returns:
The reconnection timeout for JGroups DistributedTree.

getGroupName

public static java.lang.String getGroupName()
Returns:
the group name

getStack

public static java.lang.String getStack()
                                 throws org.jgroups.ChannelException
Returns:
the stack to use with the distributedTree
Throws:
org.jgroups.ChannelException - if the given file doesn't contain a valid stack


Copyright © 2008 OW2 Consortium. All Rights Reserved.