当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ClassLoadingTask (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.loading
Class ClassLoadingTask
java.lang.Object
org.jboss.mx.loading.ClassLoadingTask
- public class ClassLoadingTask
- extends Object
An encapsulation of a UCL3.loadClass task.
- Version:
- $Revision: 1.15 $
- Author:
- Scott.Stark@jboss.org
log
protected static org.jboss.logging.Logger log
taskComparator
protected static Comparator taskComparator
FOUND_CLASS_LOADER
public static final int FOUND_CLASS_LOADER
- See Also:
- Constant Field Values
NEXT_EVENT
public static final int NEXT_EVENT
- See Also:
- Constant Field Values
WAIT_ON_EVENT
public static final int WAIT_ON_EVENT
- See Also:
- Constant Field Values
FINISHED
public static final int FINISHED
- See Also:
- Constant Field Values
classname
protected String classname
requestingThread
protected Thread requestingThread
requestingClassLoader
protected RepositoryClassLoader requestingClassLoader
loadedClass
protected Class loadedClass
loadOrder
protected int loadOrder
stopOrder
protected int stopOrder
loadException
protected Throwable loadException
threadTaskCount
protected int threadTaskCount
- The number of ThreadTasks remaining
state
protected int state
- The state of the requestingThread
trace
protected boolean trace
- The Logger trace level flag
numCCE
protected int numCCE
ClassLoadingTask
protected ClassLoadingTask(String classname,
RepositoryClassLoader requestingClassLoader,
Thread requestingThread)
ClassLoadingTask
protected ClassLoadingTask(String classname,
RepositoryClassLoader requestingClassLoader,
Thread requestingThread,
int stopAt)
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.