Interface JndiViewExtensionContext


  • public interface JndiViewExtensionContext
    Context providing required information for JndiView extensions.
    Author:
    John Bailey
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • 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 NamingException
        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