org.jboss.cache.config
Class BuddyReplicationConfig.BuddyLocatorConfig

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      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 ConfigurationComponent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
BuddyReplicationConfig.BuddyLocatorConfig()
           
 
Method Summary
 BuddyReplicationConfig.BuddyLocatorConfig clone()
           
 boolean equals(Object obj)
           
 String getBuddyLocatorClass()
           
 Properties getBuddyLocatorProperties()
           
 int hashCode()
           
 void setBuddyLocatorClass(String buddyLocatorClass)
           
 void setBuddyLocatorProperties(Properties buddyLocatorProperties)
           
 String 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)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

clone

public BuddyReplicationConfig.BuddyLocatorConfig clone()
                                                throws CloneNotSupportedException
Overrides:
clone in class ConfigurationComponent
Throws:
CloneNotSupportedException


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