Package org.jboss.as.controller
Interface AbstractControllerService.PartialModelIndicator
- Enclosing class:
- AbstractControllerService
protected static interface AbstractControllerService.PartialModelIndicator
Tracks whether the controller is working with a complete model or just a partial one.
Use case for this is host controller operation, particularly with --admin-only slaves,
where the domain-wide model may not be available.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanGets whether the configuration model be regarded as only being partial.
-
Field Details
-
DEFAULT
-
-
Method Details
-
isModelPartial
default boolean isModelPartial()Gets whether the configuration model be regarded as only being partial.- Returns:
trueif the model is partial
-