Class RepositoryState

java.lang.Object
org.alfresco.repo.admin.RepositoryState

public class RepositoryState extends Object
A class that maintains a thread-safe ready indicator on the current bootstrap state of the repository.
Author:
Andy
  • Constructor Details

    • RepositoryState

      public RepositoryState()
  • Method Details

    • isBootstrapping

      public boolean isBootstrapping()
      Determine if the repository is ready to use.
      Returns:
      true if the repository bootstrap process is still going, or false if the repository is ready to use
    • setBootstrapping

      public void setBootstrapping(boolean bootstrapping)