Class ClassLoaderIdentifier

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassLoaderIdentifier
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Baptiste Mesta
    See Also:
    Serialized Form
    • Field Detail

      • GLOBAL_TYPE

        public static final ScopeType GLOBAL_TYPE
      • 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 Detail

      • ClassLoaderIdentifier

        public ClassLoaderIdentifier()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object