Interface JndiViewExtension


  • public interface JndiViewExtension
    An extension to the JndiViewOperation. This will be executed along with the normal JndiViewOperation.
    Author:
    John Bailey
    • Method Detail

      • execute

        void execute​(JndiViewExtensionContext context)
              throws org.jboss.as.controller.OperationFailedException
        Execute the extension and provide additional JNDI information in the result.
        Parameters:
        context - The extension context.
        Throws:
        org.jboss.as.controller.OperationFailedException