public interface JndiViewExtensionContext
| Modifier and Type | Method and Description |
|---|---|
void |
addEntries(org.jboss.dmr.ModelNode current,
Context context)
Add all the entries from the provided context into the provided model node.
|
org.jboss.as.controller.OperationContext |
getOperationContext()
Get the operation context.
|
org.jboss.dmr.ModelNode |
getResult()
Get the operation result.
|
org.jboss.as.controller.OperationContext getOperationContext()
org.jboss.dmr.ModelNode getResult()
void addEntries(org.jboss.dmr.ModelNode current,
Context context)
throws NamingException
current - The current result node.context - The current naming context.NamingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.