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

Examples of com.sun.enterprise.ee.admin.lbadmin.writer.LbConfigPublisher.ping()


                if(lb == null)
                    throw new Exception( _strMgr.getString("LbDoesNotExist", lbName));
                configName = lb.getLbConfigName();
            }
            LbConfigPublisher lbp = new LbConfigPublisher(ctx, configName, lbName);
            result = lbp.ping();
            _logger.log(Level.INFO, _sMgr.getString(
                    "http_lb_admin.TestConnection", Boolean.toString(result), lbName));
        } catch (Exception e) {
            String msg = _strMgr.getString("LbTestConnectionFailed",
                         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.