org.infinispan.configuration
Class AbstractTypedPropertiesConfiguration

java.lang.Object
  extended by org.infinispan.configuration.AbstractTypedPropertiesConfiguration
Direct Known Subclasses:
AbstractLoaderConfiguration, DataContainerConfiguration, ExecutorFactoryConfiguration, IndexingConfiguration, ScheduledExecutorFactoryConfiguration

public abstract class AbstractTypedPropertiesConfiguration
extends Object


Constructor Summary
protected AbstractTypedPropertiesConfiguration(TypedProperties properties)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 TypedProperties properties()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTypedPropertiesConfiguration

protected AbstractTypedPropertiesConfiguration(TypedProperties properties)
Method Detail

properties

public TypedProperties properties()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

-->

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