com.ibm.wsspi.classloading
Interface ClassLoaderIdentity


public interface ClassLoaderIdentity

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.

See Also:
ClassLoadingService.createIdentity(String, String)

Method Summary
 java.lang.String getDomain()
           
 java.lang.String getId()
           
 

Method Detail

getDomain

java.lang.String getDomain()

getId

java.lang.String getId()