Package com.sun.enterprise.admin.util.proxy

Examples of com.sun.enterprise.admin.util.proxy.Call


     */
    public void postInvoke(CallStack callStack) {

       
        if (callStack.getStackSize() == 1) {
            Call call = callStack.getActiveCall();
            if (call.getState().isSuccess() && isFlushNeeded(call)) {
                try {
                    ConfigContext ctx = adminContext.getAdminConfigContext();
                    if (ctx.isChanged()) {
                        ctx.flush();
                    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.admin.util.proxy.Call

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.