Package org.wildfly.clustering.group

Examples of org.wildfly.clustering.group.Group


    public Injector<PoolConfig> getPoolConfigInjector() {
        return this.poolConfig;
    }

    public Affinity getWeakAffinity() {
        Group group = this.group.getOptionalValue();
        return (group != null) && (group.getLocalNode().getSocketAddress() != null) ? new ClusterAffinity(group.getName()) : Affinity.NONE;
    }
View Full Code Here

TOP

Related Classes of org.wildfly.clustering.group.Group

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.