Package org.alfresco.repo.admin
Class RepositoryState
java.lang.Object
org.alfresco.repo.admin.RepositoryState
A class that maintains a thread-safe ready indicator on the current bootstrap state of the repository.
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermine if the repository is ready to use.voidsetBootstrapping(boolean bootstrapping)
-
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)
-