Uses of Interface
com.ibm.oti.shared.SharedClassURLClasspathHelper.IndexHolder

Uses of SharedClassURLClasspathHelper.IndexHolder in com.ibm.oti.shared
 

Methods in com.ibm.oti.shared with parameters of type SharedClassURLClasspathHelper.IndexHolder
 byte[] SharedClassURLClasspathHelperImpl.findSharedClass(java.lang.String className, SharedClassURLClasspathHelper.IndexHolder indexFoundAtHolder)
           
 byte[] SharedClassURLClasspathHelper.findSharedClass(java.lang.String className, SharedClassURLClasspathHelper.IndexHolder indexFoundAt)
          Find a class in the shared cache using the class name given (implicitly using the caller's classpath).
 byte[] SharedClassURLClasspathHelperImpl.findSharedClass(java.lang.String partition, java.lang.String className, SharedClassURLClasspathHelper.IndexHolder indexFoundAtHolder)
           
 byte[] SharedClassURLClasspathHelper.findSharedClass(java.lang.String partition, java.lang.String className, SharedClassURLClasspathHelper.IndexHolder indexFoundAt)
          Find a class in the shared cache using the class name and partition given (implicitly using the caller's classpath).