|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 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 static TypedProperties |
toTypedProperties(Properties p)
Converts a given Properties instance to an instance of TypedProperties |
protected static TypedProperties |
toTypedProperties(String s)
|
protected String |
uc(String s)
Safely converts a String to upper case. |
void |
willUnmarshall(Object parent)
Indicates that this element is about to be unmarshalled from the XML source that was processed. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Set<String> overriddenConfigurationElements
| Constructor Detail |
|---|
protected AbstractConfigurationBean()
| Method Detail |
|---|
protected String uc(String s)
s - string to convert
protected static TypedProperties toTypedProperties(Properties p)
Properties instance to an instance of TypedProperties
p - properties to convert
protected static TypedProperties toTypedProperties(String s)
protected abstract boolean hasComponentStarted()
protected void testImmutability(String fieldName)
fieldName -
public CloneableConfigurationComponent clone()
throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in class ObjectCloneNotSupportedExceptionpublic void willUnmarshall(Object parent)
JAXBUnmarshallable
willUnmarshall in interface JAXBUnmarshallableparent - parent component
|
--> | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||