Package com.trendmicro.codi

Examples of com.trendmicro.codi.CachedZNode


        }
    }

    public ExchangeMetricWriter(int alertIntervalSec) {
        this.alertIntervalSec = alertIntervalSec;
        smtpNode = new CachedZNode("/global/mail_smtp", 5000);
        fromNode = new CachedZNode("/global/mail_sender", 5000);
        receiverNode = new CachedZNode("/global/mail_alert", 5000);
    }
View Full Code Here

TOP

Related Classes of com.trendmicro.codi.CachedZNode

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.