Package org.jboss.as.naming.management
Interface JndiViewExtensionContext
public interface JndiViewExtensionContext
Context providing required information for JndiView extensions.
- Author:
- John Bailey
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntries(org.jboss.dmr.ModelNode current, Context context) Add all the entries from the provided context into the provided model node.org.jboss.as.controller.OperationContextGet the operation context.org.jboss.dmr.ModelNodeGet the operation result.
-
Method Details
-
getOperationContext
org.jboss.as.controller.OperationContext getOperationContext()Get the operation context.- Returns:
- The operation context.
-
getResult
org.jboss.dmr.ModelNode getResult()Get the operation result.- Returns:
- The operation result.
-
addEntries
Add all the entries from the provided context into the provided model node.- Parameters:
current- The current result node.context- The current naming context.- Throws:
NamingException
-