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

Examples of com.sun.enterprise.ee.admin.lbadmin.transform.IdempotentUrlPatternVisitor.visit()


        return _bean.getIdempotentUrlPatternNumOfRetries(_idx);
    }

    public void accept(Visitor v) {
        IdempotentUrlPatternVisitor iv = (IdempotentUrlPatternVisitor)v;
        iv.visit(this);
    }

    //---- PRIVATE VARS ------
    int _idx = 0;
    SunWebApp _bean = null;
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.