com.ibm.ws.classloading
Uses of Interface ClassLoaderIdentity
Packages that use ClassLoaderIdentity
Package | Description |
---|---|
com.ibm.ws.classloading |
Uses of ClassLoaderIdentity in com.ibm.ws.classloading
Modifier and Type | Method and Description |
---|---|
ClassLoadingService.createIdentity(java.lang.String domain,java.lang.String id)
This creates an immutable ClassLoaderIdentity.
|
|
ClassLoaderConfiguration.getId()
|
|
ClassLoaderConfiguration.getParentId()
|
Modifier and Type | Method and Description |
---|---|
ClassLoaderConfiguration.setId(ClassLoaderIdentity id)
|
|
ClassLoaderConfiguration.setParentId(ClassLoaderIdentity id)
|