Interface PropertyManager

    • Field Detail

      • STDCOLL_JAVA

        static final java.lang.String STDCOLL_JAVA
        Predefined property store names
        See Also:
        Constant Field Values
      • STDCOLL_PROPERTY_NAMES

        static final java.lang.String[] STDCOLL_PROPERTY_NAMES
    • Method Detail

      • getPropertyStores

        ContainerConfig getPropertyStores()
        Method gets the container for the property store configurations.
      • addPropertyStore

        void addPropertyStore​(PropertyStoreConfig psc)
                       throws java.lang.Exception
        Adds the property store config to the prop store collection.
        Parameters:
        psc - The property store config to add to the collection.
        Throws:
        java.lang.Exception
      • getPropertyStore

        PropertyStoreConfig getPropertyStore​(java.lang.String name)
        Returns the named PropertyStoreConfig.
        Parameters:
        name -
      • getDefaultPropertyStore

        PropertyStoreConfig getDefaultPropertyStore()
        Returns the designated default property store.
        Returns:
        The default prop store or NULL if none is designated
      • getPasswordPropertyStore

        PropertyStoreConfig getPasswordPropertyStore()
        Returns the designated password property store.
        Returns:
        The password prop store or NULL if none is designated
      • setDefaultPropertyStore

        void setDefaultPropertyStore​(PropertyStoreConfig psc)
                              throws java.lang.Exception
        Sets the default property store
        Parameters:
        psc - The property store config
        Throws:
        java.lang.Exception
      • setDefaultPasswordStore

        void setDefaultPasswordStore​(PropertyStoreConfig psc)
                              throws java.lang.Exception
        Sets the default password store
        Parameters:
        psc - The property store config
        Throws:
        java.lang.Exception
      • addStdStore

        void addStdStore​(java.lang.String store)
                  throws java.lang.Exception
        Adds a standard property store to the config. If one is already present this method does nothing.
        Parameters:
        store - The standard stor name
        Throws:
        java.lang.Exception
      • isStdStore

        boolean isStdStore​(PropertyStoreConfig psc)
        Method determines if the Property Store Config passed in is as standard property store.
        Parameters:
        psc - The Property Store Config to check on.
        Returns:
        Returns true if the Property Store Config is a standard store. Otherwise, false is returned.