Class GetDataSourceClassInfoOperationHandler
java.lang.Object
org.jboss.as.connector.subsystems.datasources.GetDataSourceClassInfoOperationHandler
- All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler
public class GetDataSourceClassInfoOperationHandler
extends Object
implements org.jboss.as.controller.OperationStepHandler
Reads data-source and xa-data-source class information for a jdbc-driver.
- Author:
- Lin Gao
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
-
Field Details
-
INSTANCE
-
-
Method Details
-
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
-