Class NullConfigurationPersister

    • Constructor Detail

      • NullConfigurationPersister

        public NullConfigurationPersister()
      • NullConfigurationPersister

        public NullConfigurationPersister​(org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
    • Method Detail

      • load

        public List<org.jboss.dmr.ModelNode> load()
        Load the configuration model, returning it as a list of updates to be executed by the controller.
        Returns:
        the configuration model as a list of updates to be executed by the controller.
      • hasStored

        public boolean hasStored()
        Description copied from interface: ConfigurationPersister
        Gets whether a call persist to persistent storage has been successfully completed.

        The default implementation always returns false

        Returns:
        true if a call to ConfigurationPersister.store(ModelNode, Set) will return an object that actually writes