Package railo.runtime.type.scope.storage

Examples of railo.runtime.type.scope.storage.MemoryScope.release()


                ExceptionHandler.log(cfmlFactory.getConfig(),Caster.toPageException(t));
              }
              finally {
                if(application!=null)application.setLastAccess(appLastAccess);
                fhm.remove(cfids[y]);
                  scope.release();
                  getLog().info("scope-context", "remove memory based "+VariableInterpreter.scopeInt2String(type)+" scope for "+applicationName+"/"+cfid);
                  count--;
              }
            }
          }
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.