Package org.jboss.as.naming.management
Class JndiViewOperation
- java.lang.Object
-
- org.jboss.as.naming.management.JndiViewOperation
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class JndiViewOperation extends Object implements org.jboss.as.controller.OperationStepHandler
- Author:
- John Bailey
-
-
Field Summary
Fields Modifier and Type Field Description static JndiViewOperationINSTANCEstatic StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description JndiViewOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
-
-
Field Detail
-
INSTANCE
public static final JndiViewOperation INSTANCE
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException- Specified by:
executein interfaceorg.jboss.as.controller.OperationStepHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
-