protected void performPostSet(String oaName)
{
/**
* Perform post-set operations for all OAs
*/
new PostSetLoader(PostSetLoader.generateOAPropertyName(ORB.ORB_INITIALISER_NS), this);
/**
* Perform post-set operations for all OAs
*/
new PostSetLoader(PostSetLoader.generateOAPropertyName(ORB.ORB_INITIALISER_NS,_associatedORB.getName()), this);
/**
* Perform post-set operations for this OA only
*/
new PreInitLoader(PostSetLoader.generateOAPropertyName(ORB.ORB_INITIALISER_NS,_associatedORB.getName(),oaName), this);