Package org.jboss.as.naming.management
Interface JndiViewExtensionContext
-
public interface JndiViewExtensionContextContext providing required information for JndiView extensions.- Author:
- John Bailey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEntries(org.jboss.dmr.ModelNode current, Context context)Add all the entries from the provided context into the provided model node.org.jboss.as.controller.OperationContextgetOperationContext()Get the operation context.org.jboss.dmr.ModelNodegetResult()Get the operation result.
-
-
-
Method Detail
-
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
void addEntries(org.jboss.dmr.ModelNode current, Context context) throws NamingExceptionAdd 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
-
-