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.NamingException
Copyright © 2016 JBoss by Red Hat. All rights reserved.