KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > ClassLoader > Top Examples

  • org.jboss.mx.server.MBeanServerImpl
    MBean server implementation. The MBean server behaviour can be configured by setting the following system properties: <ul> <li><tt>jbossmx.loader.repository.class</tt> <li><tt>jbossmx.mbean.registry.class</tt> <li><tt>jbossmx.required.modelmbe ...
  • org.jboss.ejb.plugins.local.BaseLocalProxyFactory
    The LocalProxyFactory implementation that handles local ejb interface proxies. @author <a HREF="mailto:docodan@mvcsoft.com">Daniel OConnor</a> @author <a HREF="mailto:scott.stark@jboss.org">Scott Stark</a> @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom< ...
  • org.jboss.mx.loading.UnifiedLoaderRepository3
    A repository of class loaders that form a flat namespace of classes and resources. This version uses UnifiedClassLoader3 instances. Class and resource loading is synchronized by the acquiring the monitor to the associated repository structure monitor. See the variable javadoc comments for what moni ...
  • org.jboss.ejb.SecurityActions
    A collection of privileged actions for this package @author Scott.Stark@jboss.org @version $Revison:$
  • org.jboss.ejb.EjbModule
    An EjbModule represents a collection of beans that are deployed as a unit. <p>The beans may use the EjbModule to access other beans within the same deployment unit. @see Container @see EJBDeployer @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Öberg</a> @author & ...
  • org.jboss.ejb.plugins.SecurityActions
    A collection of privileged actions for this package @author Scott.Stark@jboss.org @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version $Revison: $
  • org.jboss.invocation.local.LocalInvoker
    The Invoker is a local gate in the JMX system. @author <a HREF="mailto:marc.fleury@jboss.org>Marc Fleury</a> @author Scott.Stark@jboss.org @version $Revision: 1.15 $ @jmx:mbean extends="org.jboss.system.ServiceMBean"
  • org.jboss.mx.server.TCLAction
    @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.2 $</tt>
  • org.enhydra.xml.xmlc.driver.TestClassLoaderFactory
    Create class loaders for the tests. This provides an abstraction for creating various classloaders that XMLC reloading is expected to work under. It creates them via reflection, allowing this file to be compiled even if supported class loaders are not available.
  • org.codehaus.aspectwerkz.definition.SystemDefinitionContainer
    The SystemDefintionContainer maintains all the definition and is aware of the classloader hierarchy. <p/>A ThreadLocal structure is used during weaving to store current classloader defintion hierarchy. <p/>Due to getResources() API, we maintain a perClassLoader loaded resource list so ...
  • org.jboss.naming.ENCFactory
    Implementation of "java:comp" namespace factory. The context is associated with the thread class loader. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard Oberg</a> @author <a HREF="mailto:scott.stark@jboss.org">Scott Stark</a> @version $Revision: 1.11 $
  • org.objectweb.jonas_web.deployment.lib.wrapper.WebManagerWrapper
    Wrap the WebDeploymentDescManager to solve ClassLoader problems linked to Digester. @author Guillaume Sauthier
  • org.objectweb.jonas_web.deployment.lib.WebDeploymentDescManager
    This class provide a way for managing the WebContainerDeploymentDesc. Note that there is an intance of the WebDeploymentDescManager on each JOnAS server. @author Ludovic Bert @author Florent Benoit
  • org.objectweb.speedo.mapper.lib.BasicJormFactory
    This class manages the initialization and the naming, of persistent class. The type of naming supported depends on the NamingManager registered into the NamingManagerFactory @see org.objectweb.speedo.naming.api.NamingManager @author S.Chassande-Barrioz
  • org.apache.xml.serializer.ObjectFactory
    This class is duplicated for each JAXP subpackage so keep it in sync. It is package private and therefore is not exposed as part of the JAXP API. <p> This code is designed to implement the JAXP 1.1 spec pluggability feature and is designed to run on JDK version 1.1 and later, and to compile ...
  • org.apache.cocoon.servlet.ParanoidCocoonServlet
    This servlet builds a classloading sandbox and runs another servlet inside that sandbox. The purpose is to shield the libraries and classes shipped with the web application from any other classes with the same name that may exist in the system, such as Xerces and Xalan versions included in JDK 1.4 ...
  • org.codehaus.aspectwerkz.annotation.Annotations
    Utility class for annotation retrieval. <br/>Note: Annotations are extracted out of ASMClassInfo <br/>Note: caution when changing that to use reflection, since it might lead to load target class during aspect system startup. @author <a HREF="mailto:jboner@codehaus.org">Jonas Bon ...
  • org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper
    Wrap the Catalina 5.0 Web Container Service because Catalina use Digester to parse its server.xml @author Guillaume Sauthier
  • org.objectweb.fractal.julia.loader.DynamicLoader
    Provides an implementation of the {@link Loader} interface that can generate classes on the fly. <br> <br> <b>Requirements</b> <ul> <li>the Java platform must provide the Java reflection API and the ClassLoader class.</li> </ul>
  • org.codehaus.aspectwerkz.reflect.impl.java.JavaClassInfoRepository
    A repository for the class info hierarchy. Is class loader aware. <p/>TODO refactor some with ASMClassInfoRepository but keep em separate for system runtime sake in AOPC (WLS) @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a>
  • org.eclipse.emf.mapping.command.PersistentCommandStack
    This implementation of a command stack records the command class and command parameter used to create each command. This information can be used to create and execute all the commands again in a different session.
  • org.objectweb.proactive.core.mop.MOPClassLoader
  • org.apache.axis2.description.ServiceDescription
    Class ServiceDescription
  • org.codehaus.aspectwerkz.transform.inlining.weaver.HandlerVisitor
    Advises catch clauses by inserting a call to the join point as the first thing in the catch block. @author <a HREF="mailto:alex AT gnilux DOT com">Alexandre Vasseur</a>
  • org.pdfbox.util.ResourceLoader
    This class will handle loading resource files(AFM/CMAP). @author Ben Litchfield (ben@csh.rit.edu) @version $Revision: 1.5 $
Popular Tags