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.
|
OperationContext |
getOperationContext()
Get the operation context.
|
org.jboss.dmr.ModelNode |
getResult()
Get the operation result.
|
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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.