use of com.ibm.oti.shared.SharedClassURLHelper in project openj9 by eclipse.
the class CustomURLClassLoaderNonConfirming method getURLHelper.
public void getURLHelper() throws Exception {
SharedClassHelperFactory schFactory = Shared.getSharedClassHelperFactory();
SharedClassURLHelper newHelper = null;
newHelper = schFactory.getURLHelper(this);
}
use of com.ibm.oti.shared.SharedClassURLHelper in project openj9 by eclipse.
the class CustomURLClassLoaderNoAPIUse method getURLHelper.
public void getURLHelper() throws Exception {
SharedClassHelperFactory schFactory = Shared.getSharedClassHelperFactory();
SharedClassURLHelper newHelper = null;
newHelper = schFactory.getURLHelper(this);
}
use of com.ibm.oti.shared.SharedClassURLHelper in project openj9 by eclipse.
the class CustomURLClassLoaderNoAPIUse method getURLHelper.
public void getURLHelper() throws Exception {
SharedClassHelperFactory schFactory = Shared.getSharedClassHelperFactory();
SharedClassURLHelper newHelper = null;
newHelper = schFactory.getURLHelper(this);
}
use of com.ibm.oti.shared.SharedClassURLHelper in project openj9 by eclipse.
the class CustomURLClassLoader method getURLHelper.
public void getURLHelper() throws Exception {
SharedClassHelperFactory schFactory = Shared.getSharedClassHelperFactory();
SharedClassURLHelper newHelper = null;
newHelper = schFactory.getURLHelper(this);
}
use of com.ibm.oti.shared.SharedClassURLHelper in project openj9 by eclipse.
the class CustomPartitioningURLClassLoader method getURLHelper.
public void getURLHelper() throws Exception {
SharedClassHelperFactory schFactory = Shared.getSharedClassHelperFactory();
SharedClassURLHelper newHelper = null;
newHelper = schFactory.getURLHelper(this);
}
Aggregations