com.hazelcast.config
Class WanReplicationConfig

java.lang.Object
  extended by com.hazelcast.config.WanReplicationConfig

public class WanReplicationConfig
extends Object


Constructor Summary
WanReplicationConfig()
           
 
Method Summary
 WanReplicationConfig addTargetClusterConfig(WanTargetClusterConfig wanTargetClusterConfig)
           
 String getName()
           
 List<WanTargetClusterConfig> getTargetClusterConfigs()
           
 WanReplicationConfig setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WanReplicationConfig

public WanReplicationConfig()
Method Detail

getTargetClusterConfigs

public List<WanTargetClusterConfig> getTargetClusterConfigs()

addTargetClusterConfig

public WanReplicationConfig addTargetClusterConfig(WanTargetClusterConfig wanTargetClusterConfig)

getName

public String getName()

setName

public WanReplicationConfig setName(String name)


Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.