Class InstalledDriversListOperationHandler
- java.lang.Object
-
- org.jboss.as.connector.subsystems.datasources.InstalledDriversListOperationHandler
-
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class InstalledDriversListOperationHandler extends Object implements org.jboss.as.controller.OperationStepHandler
Reads the "installed-drivers" attribute.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static InstalledDriversListOperationHandlerINSTANCE
-
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 InstalledDriversListOperationHandler INSTANCE
-
-
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
-
-