public interface RuntimeResourceRegistration
| Modifier and Type | Method and Description |
|---|---|
void |
register(org.jboss.as.controller.OperationContext context)
Registers runtime resources as part of an add operation.
|
void |
unregister(org.jboss.as.controller.OperationContext context)
Removes runtime resources created during
register(OperationContext). |
void register(org.jboss.as.controller.OperationContext context)
throws org.jboss.as.controller.OperationFailedException
context - an operation contextorg.jboss.as.controller.OperationFailedExceptionvoid unregister(org.jboss.as.controller.OperationContext context)
throws org.jboss.as.controller.OperationFailedException
register(OperationContext).context - an operation contextorg.jboss.as.controller.OperationFailedExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.