Class DefaultChildApplicationContextManager.ApplicationContextManagerState

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ApplicationContextManagerState​(java.lang.String defaultChain, java.lang.String defaultTypeName)
      Instantiates a new application context manager state.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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<java.lang.String> getInstanceIds()
      Gets the instance ids.
      java.lang.String getProperty​(java.lang.String name)
      Gets a property value.
      java.util.Set<java.lang.String> getPropertyNames()
      Gets the names of all properties.
      void removeProperty​(java.lang.String name)
      Removes a property.
      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

      • ApplicationContextManagerState

        protected ApplicationContextManagerState​(java.lang.String defaultChain,
                                                 java.lang.String defaultTypeName)
        Instantiates a new application context manager state.
        Parameters:
        defaultChain - the default chain
        defaultTypeName - the default type name
    • Method Detail

      • getInstanceIds

        public java.util.Collection<java.lang.String> getInstanceIds()
        Gets the instance ids.
        Returns:
        the instance ids
      • getApplicationContext

        public org.springframework.context.ApplicationContext getApplicationContext​(java.lang.String id)
        Gets the application context.
        Parameters:
        id - the id
        Returns:
        the application context
      • getApplicationContextFactory

        protected ChildApplicationContextFactory getApplicationContextFactory​(java.lang.String id)
        Gets the application context factory.
        Parameters:
        id - the id
        Returns:
        the application context factory