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:
java.io.Serializable, java.lang.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
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBuddyLocatorClass()
           
 java.util.Properties getBuddyLocatorProperties()
           
 int hashCode()
           
 void setBuddyLocatorClass(java.lang.String buddyLocatorClass)
           
 void setBuddyLocatorProperties(java.util.Properties buddyLocatorProperties)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.cache.config.ConfigurationComponent
addChildConfig, addChildConfigs, clone, getTreeCache, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, safeEquals, setCacheImpl, 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 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)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object