Examples of touchPCLCollection()


Examples of railo.runtime.MappingImpl.touchPCLCollection()

      sct.set("archiveClassLoader", Caster.toDouble(size));
     
      // physical classloader
      size=0;
      try {
        size=SizeOf.size(mapping.touchPCLCollection());
      } catch (Exception e) {}
      sct.set("physicalClassLoader", Caster.toDouble(size));
     
      // pagepool
      size=SizeOf.size(mapping.getPageSourcePool());
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.