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:
- java.io.Serializable, java.lang.Cloneable, CloneableConfigurationComponent
- Direct Known Subclasses:
- NextMemberBuddyLocatorConfig
- Enclosing class:
- BuddyReplicationConfig
public static class BuddyReplicationConfig.BuddyLocatorConfig
- extends PluggableConfigurationComponent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BuddyReplicationConfig.BuddyLocatorConfig
public BuddyReplicationConfig.BuddyLocatorConfig()
getBuddyLocatorClass
public java.lang.String getBuddyLocatorClass()
setBuddyLocatorClass
public void setBuddyLocatorClass(java.lang.String buddyLocatorClass)
getBuddyLocatorProperties
public java.util.Properties getBuddyLocatorProperties()
setBuddyLocatorProperties
public void setBuddyLocatorProperties(java.util.Properties buddyLocatorProperties)
clone
public BuddyReplicationConfig.BuddyLocatorConfig clone()
throws java.lang.CloneNotSupportedException
- Specified by:
clone
in interface CloneableConfigurationComponent
- Overrides:
clone
in class PluggableConfigurationComponent
- Throws:
java.lang.CloneNotSupportedException
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.