public interface SystemPropertyDeferredProcessor
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<SystemPropertyDeferredProcessor> |
ATTACHMENT_KEY
Key under which the
SystemPropertyDeferredProcessor should be attached to the operation context. |
Modifier and Type | Method and Description |
---|---|
void |
processDeferredProperties(OperationContext context)
Resolve and store any system properties that could not be resolved during
the normal handling of system properties.
|
static final OperationContext.AttachmentKey<SystemPropertyDeferredProcessor> ATTACHMENT_KEY
SystemPropertyDeferredProcessor
should be attached to the operation context.void processDeferredProperties(OperationContext context) throws OperationFailedException
context
- the operation contextOperationFailedException
- if any properties could still not be resolvedCopyright © 2023 JBoss by Red Hat. All rights reserved.