public class SolrChildApplicationContextFactory extends ChildApplicationContextFactory
ChildApplicationContextFactory.ApplicationContextStateAbstractPropertyBackedBean.DefaultResolverDEFAULT_INSTANCE_NAME, lock| Constructor and Description |
|---|
SolrChildApplicationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProperty(java.lang.String name)
Gets a property value.
|
java.util.Set |
getPropertyNames()
Gets the names of all properties.
|
boolean |
isUpdateable(java.lang.String name)
Checks if a property is updateable.
|
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property.
|
afterPropertiesSet, applyDefaultOverrides, createInitialState, destroy, getApplicationContext, getDescription, getPersister, getTypeName, setCompositePropertyTypes, setPersister, setTypeNamedestroy, doInit, getCategory, getId, getInstancePath, getParent, getPropertyDefaults, getRegistry, getState, init, onApplicationEvent, resolveDefault, revert, setApplicationContext, setAutoStart, setBeanName, setCategory, setInstancePath, setProperties, setPropertyDefaults, setRegistry, start, start, stop, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, revert, setPropertiesstart, stoppublic boolean isUpdateable(java.lang.String name)
AbstractPropertyBackedBeanisUpdateable in interface PropertyBackedBeanisUpdateable in class ChildApplicationContextFactoryname - the property nametrue if the property is updateablepublic java.lang.String getProperty(java.lang.String name)
AbstractPropertyBackedBeangetProperty in interface PropertyBackedBeanStategetProperty in class AbstractPropertyBackedBeanname - the namepublic java.util.Set getPropertyNames()
AbstractPropertyBackedBeangetPropertyNames in interface PropertyBackedBeanStategetPropertyNames in class AbstractPropertyBackedBeanpublic void setProperty(java.lang.String name,
java.lang.String value)
AbstractPropertyBackedBeanPropertyBackedBeanState.stop() and should only be called for
property names for which the #isUpdateable(String) method returns true.setProperty in interface PropertyBackedBeanStatesetProperty in class AbstractPropertyBackedBeanname - the property namevalue - the property valueCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.