// ..and from the JDBC equivalent
//
String databaseUser = JDBCProfileStore.databaseUser(profileName);
String databasePassword = JDBCProfileStore.databasePassword(profileName);
EnlistDelistEnlistImpl01 enlistDelistEnlistImpl = new EnlistDelistEnlistImpl01(binding, databaseUser, databasePassword);
ServicePOATie servant = new ServicePOATie(enlistDelistEnlistImpl);
OAInterface.objectIsReady(servant);
Service enlistDelistEnlist = ServiceHelper.narrow(OAInterface.corbaReference(servant));