protected void performPreInit (String oaName)
{
/**
* Perform pre-initialisation classes for all OAs
*/
PreInitLoader preInit = new PreInitLoader(PreInitLoader
.generateOAPropertyName(ORB.ORB_INITIALISER_NS), this);
/**
* Perform pre-initialisation classes for all OAs
*/
preInit = new PreInitLoader(PreInitLoader.generateOAPropertyName(
ORB.ORB_INITIALISER_NS, _associatedORB.getName()), this);
/**
* Perform pre-initialisation classes for this OA only
*/
preInit = new PreInitLoader(PreInitLoader.generateOAPropertyName(
ORB.ORB_INITIALISER_NS, _associatedORB.getName(), oaName), this);
preInit = null;
}