com.ibm.ws.classloading

Interface ClassLoaderIdentity


  1. 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

Modifier and Type Method and Description
  1. java.lang.String
getDomain()
  1. java.lang.String
getId()

Method Detail

getDomain

  1. java.lang.String getDomain()

getId

  1. java.lang.String getId()