Package org.alfresco.repo.admin
Class RepositoryState
- java.lang.Object
-
- org.alfresco.repo.admin.RepositoryState
-
public class RepositoryState extends java.lang.ObjectA class that maintains a thread-safe ready indicator on the current bootstrap state of the repository.- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description RepositoryState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBootstrapping()Determine if the repository is ready to use.voidsetBootstrapping(boolean bootstrapping)
-