|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.management.subsystems.DefaultChildApplicationContextManager.ApplicationContextManagerState
protected class DefaultChildApplicationContextManager.ApplicationContextManagerState
The Class ApplicationContextManagerState.
Constructor Summary | |
---|---|
protected |
DefaultChildApplicationContextManager.ApplicationContextManagerState(java.lang.String defaultChain,
java.lang.String defaultTypeName)
Instantiates a new application context manager state. |
Method Summary | |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext(java.lang.String id)
Gets the application context. |
protected ChildApplicationContextFactory |
getApplicationContextFactory(java.lang.String id)
Gets the application context factory. |
java.util.Collection |
getInstanceIds()
Gets the instance ids. |
java.lang.String |
getProperty(java.lang.String name)
Gets a property value. |
java.util.Set |
getPropertyNames()
Gets the names of all properties. |
void |
setProperty(java.lang.String name,
java.lang.String value)
Sets the value of a property. |
void |
start()
Starts up the component, using its new property values. |
void |
stop()
Stops the component, so that its property values can be changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DefaultChildApplicationContextManager.ApplicationContextManagerState(java.lang.String defaultChain, java.lang.String defaultTypeName)
defaultChain
- the default chaindefaultTypeName
- the default type nameMethod Detail |
---|
public java.lang.String getProperty(java.lang.String name)
PropertyBackedBeanState
getProperty
in interface PropertyBackedBeanState
name
- the name
public java.util.Set getPropertyNames()
PropertyBackedBeanState
getPropertyNames
in interface PropertyBackedBeanState
public void setProperty(java.lang.String name, java.lang.String value)
PropertyBackedBeanState
PropertyBackedBeanState.stop()
and should only be called for
property names for which the #isUpdateable(String)
method returns true
.
setProperty
in interface PropertyBackedBeanState
name
- the property namevalue
- the property valuepublic void start()
PropertyBackedBeanState
start
in interface PropertyBackedBeanState
public void stop()
PropertyBackedBeanState
stop
in interface PropertyBackedBeanState
public java.util.Collection getInstanceIds()
public org.springframework.context.ApplicationContext getApplicationContext(java.lang.String id)
id
- the id
protected ChildApplicationContextFactory getApplicationContextFactory(java.lang.String id)
id
- the id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |