org.jboss.cache.loader
Class TcpDelegatingCacheLoaderConfig

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
          extended by org.jboss.cache.loader.TcpDelegatingCacheLoaderConfig
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TcpDelegatingCacheLoaderConfig
extends CacheLoaderConfig.IndividualCacheLoaderConfig

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
TcpDelegatingCacheLoaderConfig()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getHost()
           
 int getPort()
           
 int hashCode()
           
 void setHost(java.lang.String host)
           
 void setPort(int port)
           
 void setProperties(java.util.Properties props)
           
 
Methods inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
equalsExcludingProperties, getClassName, getProperties, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPushStateWhenCoordinator, isSingletonStore, populateFromBaseConfig, setAsync, setClassName, setFetchPersistentState, setIgnoreModifications, setProperties, setPurgeOnStartup, setPushStateWhenCoordinator, setSingletonStore, 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

TcpDelegatingCacheLoaderConfig

public TcpDelegatingCacheLoaderConfig()
Method Detail

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getPort

public int getPort()

setPort

public void setPort(int port)

setProperties

public void setProperties(java.util.Properties props)
Overrides:
setProperties in class CacheLoaderConfig.IndividualCacheLoaderConfig

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class CacheLoaderConfig.IndividualCacheLoaderConfig