Package org.jboss.as.clustering.jgroups

Examples of org.jboss.as.clustering.jgroups.DefaultChannelFactoryRegistry


     * @see org.jboss.msc.service.Service#start(org.jboss.msc.service.StartContext)
     */
    @Override
    public void start(StartContext context) throws StartException {

        DefaultChannelFactoryRegistry registry = new DefaultChannelFactoryRegistry();

        if (this.defaultStack != null) {
            registry.setDefaultStack(this.defaultStack);
        }

        this.registry = registry;
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.clustering.jgroups.DefaultChannelFactoryRegistry

Copyright © 2018 www.massapicom. 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.