Class DistributableEjbExtension
java.lang.Object
org.jboss.as.clustering.controller.SubsystemExtension<S>
org.jboss.as.clustering.controller.PersistentSubsystemExtension<DistributableEjbSubsystemSchema>
org.wildfly.extension.clustering.ejb.DistributableEjbExtension
- All Implemented Interfaces:
org.jboss.as.controller.Extension,org.jboss.as.controller.Feature
@MetaInfServices(org.jboss.as.controller.Extension.class)
public class DistributableEjbExtension
extends PersistentSubsystemExtension<DistributableEjbSubsystemSchema>
Defines the extension for the distributable-ejb subsystem.
- Author:
- Paul Ferraro, Richard Achmatowicz
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.as.clustering.controller.SubsystemExtension
initialize, initializeParsersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.Feature
getStability
-
Constructor Details
-
DistributableEjbExtension
public DistributableEjbExtension()
-