com.ibm.oti.shared
Interface SharedClassHelper

All Known Subinterfaces:
SharedClassTokenHelper, SharedClassURLClasspathHelper, SharedClassURLHelper
All Known Implementing Classes:
SharedClassAbstractHelper, SharedClassTokenHelperImpl, SharedClassURLClasspathHelperImpl, SharedClassURLHelperImpl

public interface SharedClassHelper

SharedClassHelper super-interface defines functions common to all helpers.

Version:
initial
Author:
OTI

Method Summary
 java.lang.ClassLoader getClassLoader()
          Returns the ClassLoader that this SharedClassHelper belongs to
 

Method Detail

getClassLoader

java.lang.ClassLoader getClassLoader()
Returns the ClassLoader that this SharedClassHelper belongs to

Returns:
ClassLoader ClassLoader that this SharedClassHelper belongs to