Class DistributableEjbResourceServiceHandler
java.lang.Object
org.wildfly.extension.clustering.ejb.DistributableEjbResourceServiceHandler
- All Implemented Interfaces:
ResourceServiceHandler
public class DistributableEjbResourceServiceHandler
extends Object
implements ResourceServiceHandler
ResourceServiceHandler for the /subsystem=distributable-ejb resource.- Author:
- Paul Ferraro, Richard Achmatowicz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinstallServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) voidremoveServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)
-
Constructor Details
-
DistributableEjbResourceServiceHandler
public DistributableEjbResourceServiceHandler()
-
-
Method Details
-
installServices
public void installServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
installServicesin interfaceResourceServiceHandler- Throws:
org.jboss.as.controller.OperationFailedException
-
removeServices
public void removeServices(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Specified by:
removeServicesin interfaceResourceServiceHandler- Throws:
org.jboss.as.controller.OperationFailedException
-