Package org.jboss.as.naming.management
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 TypeMethodDescriptionvoidexecute(JndiViewExtensionContext context) 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
-