com.ibm.oti.shared
Class SharedAbstractHelper

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

public abstract class SharedAbstractHelper
extends java.lang.Object
implements SharedHelper

Abstract SharedHelper provides common functions and data to helper subclasses.

Version:
initial
Author:
OTI
See Also:
SharedHelper, SharedClassAbstractHelper

Constructor Summary
SharedAbstractHelper()
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
          Utility function.
 
Methods inherited from class java.lang.Object
equals, 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