Examples of JGroupsExtension


Examples of org.jboss.as.clustering.jgroups.subsystem.JGroupsExtension

        return this.mode;
    }

    @Override
    protected void initializeExtraSubystemsAndModel(ExtensionRegistry registry, Resource root, ManagementResourceRegistration registration) {
        new JGroupsExtension().initialize(registry.getExtensionContext(this.module, registration, true));

        Resource subsystem = Resource.Factory.create();
        subsystem.getModel().get(JGroupsSubsystemResourceDefinition.DEFAULT_STACK.getName()).set("tcp");
        root.registerChild(JGroupsSubsystemResourceDefinition.PATH, subsystem);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.