Class SharedAbstractHelper
java.lang.Object
com.ibm.oti.shared.SharedAbstractHelper
- All Implemented Interfaces:
 SharedHelper
- Direct Known Subclasses:
 SharedClassAbstractHelper
SharedAbstractHelper provides common functions and data to helper subclasses.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SharedAbstractHelper
public SharedAbstractHelper()Constructs a new instance of this class. 
 - 
 - 
Method Details
- 
getClassLoader
Utility function. Returns the ClassLoader that owns this SharedHelper. Will return null if the Helper's ClassLoader has been garbage collected.- Specified by:
 getClassLoaderin interfaceSharedHelper- Returns:
 - the ClassLoader owning this helper, or null if the ClassLoader has been garbage collected
 
 
 -