Class SharedClassAbstractHelper
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 Summary
Constructors - 
Method Summary
Modifier 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 SharedAbstractHelper
getClassLoaderMethods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface SharedHelper
getClassLoader 
- 
Constructor Details
- 
SharedClassAbstractHelper
public SharedClassAbstractHelper()Constructs a new instance of this class. 
 - 
 - 
Method Details
- 
getSharingFilter
Returns the SharedClassFilter associated with this helper.- Specified by:
 getSharingFilterin interfaceSharedClassHelper- Returns:
 - the filter instance, or null if none is associated