Hi,
i used this one:
import ch.ivyteam.ivy.application.IApplication;
import ch.ivyteam.ivy.server.IServer;
IServer server = ch.ivyteam.ivy.server.ServerFactory.getServer();
in.applications= server.getApplicationConfigurationManager().getApplications();
hope it's what you wanted.
Roland