Class ClassLoaderIdentifier
java.lang.Object
org.bonitasoft.engine.classloader.ClassLoaderIdentifier
- All Implemented Interfaces:
Serializable
- APPLICATION - | - GLOBAL - | - ------- TENANT ------ - | | | - PROCESS1 - PROCESS2 - PROCESS3
- Author:
- Baptiste Mesta, Emmanuel Duchastenier
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClassLoaderIdentifierThe APPLICATION classloader is the parent classloader of the GLOBAL classloader.protected static final intstatic final ClassLoaderIdentifierThe GLOBAL classloader is the unique one at platform levelstatic final longstatic final ScopeTypestatic final ClassLoaderIdentifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassLoaderIdentifieridentifier(ScopeType scopeType, long id) booleanbooleantoString()
-
Field Details
-
GLOBAL_TYPE
-
GLOBAL_ID
public static final long GLOBAL_ID- See Also:
-
FIXED_TENANT_ID
protected static final int FIXED_TENANT_ID- See Also:
-
APPLICATION
The APPLICATION classloader is the parent classloader of the GLOBAL classloader. It the one in which bonita is bootstrapped -
GLOBAL
The GLOBAL classloader is the unique one at platform level -
TENANT
-
-
Constructor Details
-
ClassLoaderIdentifier
public ClassLoaderIdentifier()
-
-
Method Details