Class ClassLoaderIdentifier
java.lang.Object
org.bonitasoft.engine.classloader.ClassLoaderIdentifier
- All Implemented Interfaces:
Serializable
- Author:
- Baptiste Mesta
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClassLoaderIdentifierThe APPLICATION classloader is the parent classloader of the GLOBAL classloader.static final ClassLoaderIdentifierThe GLOBAL classloader is the unique one at platform levelstatic final longstatic final ScopeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderIdentifieridentifier(ScopeType scopeType, long id) toString()
-
Field Details
-
GLOBAL_TYPE
-
GLOBAL_ID
public static final long GLOBAL_ID- See Also:
-
GLOBAL
The GLOBAL classloader is the unique one at platform level -
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