|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ClassLoader
java.security.SecureClassLoader
java.net.URLClassLoader
org.jboss.util.loading.DelegatingClassLoader (src)
org.jboss.mx.loading.LoaderRepositoryClassLoader (src)
org.jboss.web.WebClassLoader (src)
org.jboss.iiop.WebCL
A subclass of WebClassLoader that does IIOP bytecode generation on the fly.
Field Summary |
Fields inherited from class org.jboss.mx.loading.LoaderRepositoryClassLoader (src) |
repository |
Fields inherited from class org.jboss.util.loading.DelegatingClassLoader (src) |
EMPTY_URL_ARRAY, standard |
Constructor Summary | |
WebCL(ObjectName (src) container,
RepositoryClassLoader (src) parent)
Creates new WebCL |
Method Summary | |
protected java.lang.Class |
findClass(java.lang.String name)
|
byte[] |
getBytes(java.lang.Class clz)
Gets the bytecodes for a given stub class. |
java.lang.String |
getKey()
Gets a string key used as the key into the WebServer's loaderMap. |
Methods inherited from class org.jboss.web.WebClassLoader (src) |
getCodebaseString, getContainer, getLocalURLs, getURL, getURLs, setWebURLs |
Methods inherited from class org.jboss.mx.loading.LoaderRepositoryClassLoader (src) |
loadClass |
Methods inherited from class java.net.URLClassLoader |
addURL, definePackage, findResource, findResources, getPermissions, newInstance, newInstance |
Methods inherited from class java.security.SecureClassLoader |
defineClass |
Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebCL(ObjectName (src) container, RepositoryClassLoader (src) parent)
Method Detail |
public java.lang.String getKey()
getKey
in class WebClassLoader (src)
public byte[] getBytes(java.lang.Class clz)
getBytes
in class WebClassLoader (src)
cls
, or
null if this classloader is unable to return such byte array.protected java.lang.Class findClass(java.lang.String name) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |