Class SharedAbstractHelper

java.lang.Object
com.ibm.oti.shared.SharedAbstractHelper
All Implemented Interfaces:
SharedHelper
Direct Known Subclasses:
SharedClassAbstractHelper

public abstract class SharedAbstractHelper extends Object implements SharedHelper
SharedAbstractHelper provides common functions and data to helper subclasses.
See Also:
  • Constructor Details

    • SharedAbstractHelper

      public SharedAbstractHelper()
      Constructs a new instance of this class.
  • Method Details

    • getClassLoader

      public 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 garbage collected