// and adds it to a collection in the installer
J2EEResource j2eeRes =
IASJ2EEResourceFactoryImpl.toMailJ2EEResource(mailResource);
ResourceInstaller installer =
getAppServerSwitchObject().getResourceInstaller();
installer.installMailResource((MailResource) j2eeRes);
installer.addResource(j2eeRes);
}
/**
* Undeploy the resource from the server's runtime naming context