Package org.jboss.as.naming.management
Interface JndiViewExtension
-
public interface JndiViewExtensionAn extension to the JndiViewOperation. This will be executed along with the normal JndiViewOperation.- Author:
- John Bailey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(JndiViewExtensionContext context)Execute the extension and provide additional JNDI information in the result.
-
-
-
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
-
-