com.ibm.oti.shared
Interface SharedHelper

All Known Subinterfaces:
SharedClassHelper, SharedClassTokenHelper, SharedClassURLClasspathHelper, SharedClassURLHelper, SharedDataHelper
All Known Implementing Classes:
SharedAbstractHelper, SharedClassAbstractHelper, SharedClassTokenHelperImpl, SharedClassURLClasspathHelperImpl, SharedClassURLHelperImpl, SharedDataHelperImpl

public interface SharedHelper

SharedHelper super-interface defines functions common to all helpers.


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

Method Detail

getClassLoader

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

Returns:
ClassLoader ClassLoader that this SharedHelper belongs to