Interface JndiViewExtension


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

    Modifier and Type
    Method
    Description
    void
    Execute the extension and provide additional JNDI information in the result.
  • Method Details

    • 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