Class ClassLoaderIdentifier

java.lang.Object
org.bonitasoft.engine.classloader.ClassLoaderIdentifier
All Implemented Interfaces:
Serializable

public class ClassLoaderIdentifier extends Object implements Serializable
Author:
Baptiste Mesta
See Also:
  • Field Details

    • GLOBAL_TYPE

      public static final ScopeType GLOBAL_TYPE
    • GLOBAL_ID

      public static final long GLOBAL_ID
      See Also:
    • GLOBAL

      public static final ClassLoaderIdentifier GLOBAL
      The GLOBAL classloader is the unique one at platform level
    • APPLICATION

      public static final ClassLoaderIdentifier APPLICATION
      The APPLICATION classloader is the parent classloader of the GLOBAL classloader. It the one in which bonita is bootstrapped
  • Constructor Details

    • ClassLoaderIdentifier

      public ClassLoaderIdentifier()
  • Method Details