Examples of JGroupsBackend


Examples of net.windwards.dnsfrontend.backend.JGroupsBackend

    public ResolveTaskFactory(Ehcache cache, AbstractTaskKeeper keeper, Configuration configuration) throws TextParseException {
        this.cache = cache;
        this.keeper = keeper;

        Backend jgroups = new JGroupsBackend();
        this.backends.put(Type.A, jgroups);
        this.backends.put(Type.AAAA, jgroups);
        MXRecord mx = new MXRecord(
                new Name("example.com."), DClass.IN, 30,
                1, new Name(configuration.getMX()));
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.