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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the SharedClassFilter associated with this helper.boolean
isSharedClassCookie
(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.void
setSharingFilter
(SharedClassFilter filter) Sets the SharedClassFilter for a helper instance.Methods declared in class com.ibm.oti.shared.SharedAbstractHelper
getClassLoader
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods declared in interface com.ibm.oti.shared.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:
getSharingFilter
in interfaceSharedClassHelper
- Returns:
- the filter instance, or null if none is associated