|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.management.subsystems.AbstractPropertyBackedBean
org.alfresco.repo.management.subsystems.ChildApplicationContextFactory
org.alfresco.repo.search.impl.solr.SolrChildApplicationContextFactory
public class SolrChildApplicationContextFactory
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.alfresco.repo.management.subsystems.ChildApplicationContextFactory |
---|
ChildApplicationContextFactory.ApplicationContextState |
Nested classes/interfaces inherited from class org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean |
---|
AbstractPropertyBackedBean.DefaultResolver |
Field Summary |
---|
Fields inherited from class org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean |
---|
DEFAULT_INSTANCE_NAME, lock |
Constructor Summary | |
---|---|
SolrChildApplicationContextFactory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.alfresco.repo.management.subsystems.ChildApplicationContextFactory |
---|
afterPropertiesSet, applyDefaultOverrides, createInitialState, destroy, getApplicationContext, getDescription, getTypeName, setCompositePropertyTypes, setTypeName |
Methods inherited from class org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean |
---|
destroy, doInit, getCategory, getId, getInstancePath, getParent, getPropertyDefaults, getRegistry, getState, init, onApplicationEvent, resolveDefault, revert, setApplicationContext, setAutoStart, setBeanName, setCategory, setInstancePath, setProperties, setPropertyDefaults, setRegistry, start, start, stop, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBean |
---|
getId, revert, setProperties |
Methods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBeanState |
---|
start, stop |
Constructor Detail |
---|
public SolrChildApplicationContextFactory()
Method Detail |
---|
public boolean isUpdateable(java.lang.String name)
AbstractPropertyBackedBean
isUpdateable
in interface PropertyBackedBean
isUpdateable
in class ChildApplicationContextFactory
name
- the property name
true
if the property is updateablepublic java.lang.String getProperty(java.lang.String name)
AbstractPropertyBackedBean
getProperty
in interface PropertyBackedBeanState
getProperty
in class AbstractPropertyBackedBean
name
- the name
public java.util.Set getPropertyNames()
AbstractPropertyBackedBean
getPropertyNames
in interface PropertyBackedBeanState
getPropertyNames
in class AbstractPropertyBackedBean
public void setProperty(java.lang.String name, java.lang.String value)
AbstractPropertyBackedBean
PropertyBackedBeanState.stop()
and should only be called for
property names for which the #isUpdateable(String)
method returns true
.
setProperty
in interface PropertyBackedBeanState
setProperty
in class AbstractPropertyBackedBean
name
- the property namevalue
- the property value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |