Class ClassLoaderIdentifier
- java.lang.Object
-
- org.bonitasoft.engine.classloader.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 Summary
Fields Modifier and Type Field Description static ClassLoaderIdentifierAPPLICATIONThe APPLICATION classloader is the parent classloader of the GLOBAL classloader.static ClassLoaderIdentifierGLOBALThe GLOBAL classloader is the unique one at platform levelstatic longGLOBAL_IDstatic ScopeTypeGLOBAL_TYPE
-
Constructor Summary
Constructors Constructor Description ClassLoaderIdentifier()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassLoaderIdentifieridentifier(ScopeType scopeType, long id)java.lang.StringtoString()
-
-
-
Field Detail
-
GLOBAL_TYPE
public static final ScopeType GLOBAL_TYPE
-
GLOBAL_ID
public static final long GLOBAL_ID
- See Also:
- Constant Field Values
-
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
-
-
Method Detail
-
identifier
public static ClassLoaderIdentifier identifier(ScopeType scopeType, long id)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-