public class ClassLoaderIdentifier
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static ClassLoaderIdentifier |
GLOBAL |
static long |
GLOBAL_ID |
static java.lang.String |
GLOBAL_TYPE |
| Constructor and Description |
|---|
ClassLoaderIdentifier(java.lang.String type,
long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getId() |
java.lang.String |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public static final java.lang.String GLOBAL_TYPE
public static final long GLOBAL_ID
public static final ClassLoaderIdentifier GLOBAL
public ClassLoaderIdentifier(java.lang.String type,
long id)
public java.lang.String getType()
public long getId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object