org.jboss.cache.config
Class BuddyReplicationConfig.BuddyLocatorConfig
java.lang.Object
org.jboss.cache.config.ConfigurationComponent
org.jboss.cache.config.PluggableConfigurationComponent
org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Direct Known Subclasses:
- NextMemberBuddyLocatorConfig
- Enclosing class:
- BuddyReplicationConfig
public static class BuddyReplicationConfig.BuddyLocatorConfig
- extends PluggableConfigurationComponent
- See Also:
- Serialized Form
BuddyReplicationConfig.BuddyLocatorConfig
public BuddyReplicationConfig.BuddyLocatorConfig()
getBuddyLocatorClass
public String getBuddyLocatorClass()
setBuddyLocatorClass
public void setBuddyLocatorClass(String buddyLocatorClass)
getBuddyLocatorProperties
public Properties getBuddyLocatorProperties()
setBuddyLocatorProperties
public void setBuddyLocatorProperties(Properties buddyLocatorProperties)
clone
public BuddyReplicationConfig.BuddyLocatorConfig clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class PluggableConfigurationComponent
- Throws:
CloneNotSupportedException
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.