|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.infinispan.config.AbstractConfigurationBean
public abstract class AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
Field Summary | |
---|---|
protected static TypedProperties |
EMPTY_PROPERTIES
|
protected Log |
log
|
protected Set<String> |
overriddenConfigurationElements
|
Constructor Summary | |
---|---|
protected |
AbstractConfigurationBean()
|
Method Summary | |
---|---|
CloneableConfigurationComponent |
clone()
|
protected abstract boolean |
hasComponentStarted()
Tests whether the component this configuration bean intents to configure has already started. |
protected void |
testImmutability(String fieldName)
Checks field modifications via setters |
protected TypedProperties |
toTypedProperties(Properties p)
Converts a given Properties instance to an instance of TypedProperties |
protected TypedProperties |
toTypedProperties(String s)
|
protected String |
uc(String s)
Safely converts a String to upper case. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final TypedProperties EMPTY_PROPERTIES
protected transient Log log
protected Set<String> overriddenConfigurationElements
Constructor Detail |
---|
protected AbstractConfigurationBean()
Method Detail |
---|
protected String uc(String s)
s
- string to convert
protected TypedProperties toTypedProperties(Properties p)
Properties
instance to an instance of TypedProperties
p
- properties to convert
protected TypedProperties toTypedProperties(String s)
protected abstract boolean hasComponentStarted()
protected void testImmutability(String fieldName)
fieldName
- public CloneableConfigurationComponent clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class Object
CloneNotSupportedException
|
Google Analytics | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |