com.ibm.oti.shared
Class SharedAbstractHelper
- java.lang.Object
com.ibm.oti.shared.SharedAbstractHelper
All implemented interfaces:
Direct known subclasses:
- public abstract class SharedAbstractHelper
- extends java.lang.Object
- implements SharedHelper
Version:
initial
Author:
OTI
See Also:
Constructor Summary
Constructor and Description |
---|
SharedAbstractHelper()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getClassLoader()
Utility function.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
SharedAbstractHelper
- public SharedAbstractHelper()
Method Detail
getClassLoader
- public java.lang.ClassLoader getClassLoader( )
Utility function. Returns the ClassLoader that owns this SharedHelper.
Will return null if the Helper's ClassLoader has been Garbage Collected.
Specified by:
getClassLoader
in interface SharedHelper
Returns:
The ClassLoader owning this helper, or null if the ClassLoader has been GC'd