Package com.sun.enterprise.ee.admin.lbadmin.monitor

Examples of com.sun.enterprise.ee.admin.lbadmin.monitor.LbMonitoringHelper.reset()


                if(lb == null)
                    throw new Exception( _strMgr.getString("LbDoesNotExist", lbName));
                configName = lb.getLbConfigName();
            }
            LbMonitoringHelper lbMonitoringHelper = new LbMonitoringHelper(ctx, configName, lbName);
            lbMonitoringHelper.reset();
            _logger.log(Level.INFO, _sMgr.getString(
                    "http_lb_admin.ResetStats", lbName));
        } catch (Exception e) {
            String msg = _strMgr.getString("LbResetStatsFailed",
                         lbName);
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.