Package org.jboss.as.jsf.subsystem
Class JSFImplListHandler
- java.lang.Object
-
- org.jboss.as.jsf.subsystem.JSFImplListHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class JSFImplListHandler extends Object implements org.jboss.as.controller.OperationStepHandler
Defines and handles the list-active-jsf-impls operation.- Author:
- Stan Silvert ssilvert@redhat.com (C) 2012 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.OperationDefinitionDEFINITIONstatic StringOPERATION_NAME
-
Constructor Summary
Constructors Constructor Description JSFImplListHandler()
-
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
-
OPERATION_NAME
public static final String OPERATION_NAME
- See Also:
- Constant Field Values
-
DEFINITION
public static final org.jboss.as.controller.OperationDefinition DEFINITION
-
-
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
-
-