org.jboss.cache.config
Class BuddyReplicationConfig.BuddyLocatorConfig

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.config.PluggableConfigurationComponent
          extended by org.jboss.cache.config.BuddyReplicationConfig.BuddyLocatorConfig
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
NextMemberBuddyLocatorConfig
Enclosing class:
BuddyReplicationConfig

public static class BuddyReplicationConfig.BuddyLocatorConfig
extends PluggableConfigurationComponent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.cache.config.PluggableConfigurationComponent
className, properties
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
BuddyReplicationConfig.BuddyLocatorConfig()
           
 
Method Summary
 BuddyReplicationConfig.BuddyLocatorConfig clone()
           
 String getBuddyLocatorClass()
           
 Properties getBuddyLocatorProperties()
           
 void setBuddyLocatorClass(String buddyLocatorClass)
           
 void setBuddyLocatorProperties(Properties buddyLocatorProperties)
           
 
Methods inherited from class org.jboss.cache.config.PluggableConfigurationComponent
equals, getClassName, getProperties, hashCode, setClassName, setProperties, setProperties, toString
 
Methods inherited from class org.jboss.cache.config.ConfigurationComponent
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuddyReplicationConfig.BuddyLocatorConfig

public BuddyReplicationConfig.BuddyLocatorConfig()
Method Detail

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
Overrides:
clone in class PluggableConfigurationComponent
Throws:
CloneNotSupportedException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.