org.jboss.mx.loading
Class ClassPreloadService

java.lang.Object
  extended byorg.jboss.mx.loading.ClassPreloadService

public class ClassPreloadService
extends Object

A simple service that can be used preload all classes in the classpath of the thread context class loader seen in the start method as the thread context class loader. A simple xmbean fragment for deploying the service is: start

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Constructor Summary
ClassPreloadService()
           
 
Method Summary
 void start()
          Load all classes seen the TCL classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPreloadService

public ClassPreloadService()
Method Detail

start

public void start()
Load all classes seen the TCL classpath. This entails a scan of every archive in the TCL classpath URLs for .class entries.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.