java.lang.Object
com.ibm.oti.shared.SharedAbstractHelper
com.ibm.oti.shared.SharedClassAbstractHelper
- All Implemented Interfaces:
- SharedClassHelper,- SharedHelper
public abstract class SharedClassAbstractHelper
extends SharedAbstractHelper
implements SharedClassHelper
SharedClassAbstractHelper provides common functions and data to class helper subclasses.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the SharedClassFilter associated with this helper.booleanisSharedClassCookie(byte[] classBytes) Determines whether a byte array being passed to defineClass is a class found in the shared class cache, or a class found locally.voidsetSharingFilter(SharedClassFilter filter) Sets the SharedClassFilter for a helper instance.Methods declared in class com.ibm.oti.shared.SharedAbstractHelpergetClassLoaderMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface com.ibm.oti.shared.SharedHelpergetClassLoader
- 
Constructor Details- 
SharedClassAbstractHelperpublic SharedClassAbstractHelper()Constructs a new instance of this class.
 
- 
- 
Method Details
- 
getSharingFilterReturns the SharedClassFilter associated with this helper.- Specified by:
- getSharingFilterin interface- SharedClassHelper
- Returns:
- the filter instance, or null if none is associated