Package com.ibm.wsspi.classloading
Interface ClassLoaderIdentity
-
- All Superinterfaces:
java.io.Serializable
public interface ClassLoaderIdentity extends java.io.Serializable
This interface represents the identity of a classloader. An identity consists of a domain, for example ear, war, osgi and a domain specific identity. This allows two applications with the same identity to not clash.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDomain()
java.lang.String
getId()
-